mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Apply general settings on runner startup (#4302)
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user