mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
3715b8c5f2
* open settings from runner * Update src/runner/main.cpp * Update src/runner/main.cpp Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
7 lines
203 B
C
7 lines
203 B
C
#pragma once
|
|
void schedule_restart_as_elevated(bool openSettings);
|
|
void schedule_restart_as_non_elevated();
|
|
bool is_restart_scheduled();
|
|
bool restart_if_scheduled();
|
|
bool restart_same_elevation();
|