mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[Runner] Open settings when restarted as admin (#9463)
* open settings from runner * Update src/runner/main.cpp * Update src/runner/main.cpp Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d92ff6d45d
commit
3715b8c5f2
@@ -79,7 +79,7 @@ std::optional<std::wstring> dispatch_json_action_to_module(const json::JsonObjec
|
||||
}
|
||||
else
|
||||
{
|
||||
schedule_restart_as_elevated();
|
||||
schedule_restart_as_elevated(true);
|
||||
PostQuitMessage(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user