mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
accent color border fixes (#15735)
This commit is contained in:
committed by
GitHub
parent
e131d0ff4b
commit
022ed601ec
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user