mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +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();
|
modules();
|
||||||
|
|
||||||
auto general_settings = load_general_settings();
|
auto general_settings = load_general_settings();
|
||||||
|
apply_general_settings(general_settings);
|
||||||
int rvalue = 0;
|
int rvalue = 0;
|
||||||
const bool elevated = is_process_elevated();
|
const bool elevated = is_process_elevated();
|
||||||
if ((elevated ||
|
if ((elevated ||
|
||||||
|
Loading…
Reference in New Issue
Block a user