diff --git a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.cpp b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.cpp index 7a98aebe7b..841d9009e0 100644 --- a/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.cpp +++ b/src/modules/alwaysontop/AlwaysOnTop/AlwaysOnTop.cpp @@ -38,7 +38,7 @@ bool isExcluded(HWND window) } AlwaysOnTop::AlwaysOnTop() : - SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps, SettingId::FrameAccentColor}), + SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps}), m_hinstance(reinterpret_cast(&__ImageBase)) { s_instance = this; diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw index 4208e8601a..e3885456b1 100644 --- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw @@ -1859,18 +1859,18 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex Crosshair center radius (px) - px = pixels + px = pixels Crosshair thickness (px) - px = pixels + px = pixels Crosshair border color Crosshair border size (px) - px = pixels + px = pixels Custom colors @@ -2004,6 +2004,6 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex Custom color - Window default + Windows default \ No newline at end of file