mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Apply general settings on runner startup (#4302)
This commit is contained in:
parent
014f3b9873
commit
31c30a7602
@ -375,6 +375,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
||||
modules();
|
||||
|
||||
auto general_settings = load_general_settings();
|
||||
apply_general_settings(general_settings);
|
||||
int rvalue = 0;
|
||||
const bool elevated = is_process_elevated();
|
||||
if ((elevated ||
|
||||
|
Loading…
Reference in New Issue
Block a user