mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +08:00
parent
e01ed8ad3c
commit
e75916fd92
@ -288,7 +288,7 @@ void run_settings_window()
|
||||
|
||||
// Arg 4: settings theme.
|
||||
const std::wstring settings_theme_setting{ get_general_settings().theme };
|
||||
std::wstring settings_theme;
|
||||
std::wstring settings_theme = L"system";
|
||||
if (settings_theme_setting == L"dark" || (settings_theme_setting == L"system" && WindowsColors::is_dark_mode()))
|
||||
{
|
||||
settings_theme = L"dark";
|
||||
|
Loading…
Reference in New Issue
Block a user