accent color border fixes (#15735)

This commit is contained in:
Davide Giacometti
2022-01-25 18:41:55 +01:00
committed by GitHub
parent e131d0ff4b
commit 022ed601ec
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ bool isExcluded(HWND window)
} }
AlwaysOnTop::AlwaysOnTop() : AlwaysOnTop::AlwaysOnTop() :
SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps, SettingId::FrameAccentColor}), SettingsObserver({SettingId::FrameEnabled, SettingId::Hotkey, SettingId::ExcludeApps}),
m_hinstance(reinterpret_cast<HINSTANCE>(&__ImageBase)) m_hinstance(reinterpret_cast<HINSTANCE>(&__ImageBase))
{ {
s_instance = this; s_instance = this;

View File

@@ -2004,6 +2004,6 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
<value>Custom color</value> <value>Custom color</value>
</data> </data>
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve"> <data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
<value>Window default</value> <value>Windows default</value>
</data> </data>
</root> </root>