mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
dad732b7e6
Also make the message box appear on top of the settings window.
7 lines
186 B
C
7 lines
186 B
C
#pragma once
|
|
void schedule_restart_as_elevated();
|
|
void schedule_restart_as_non_elevated();
|
|
bool is_restart_scheduled();
|
|
bool restart_if_scheduled();
|
|
bool restart_same_elevation();
|