mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02: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
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
void schedule_restart_as_elevated();
|
||||
void schedule_restart_as_elevated(bool openSettings);
|
||||
void schedule_restart_as_non_elevated();
|
||||
bool is_restart_scheduled();
|
||||
bool restart_if_scheduled();
|
||||
|
||||
Reference in New Issue
Block a user