runner: show message box when restarting with different elevation fails (#1061)

Also make the message box appear on top of the settings window.
This commit is contained in:
Bartosz Sosnowski
2020-01-09 18:17:42 +01:00
committed by GitHub
parent a2a683d31e
commit dad732b7e6
6 changed files with 46 additions and 5 deletions

View File

@@ -3,3 +3,4 @@ void schedule_restart_as_elevated();
void schedule_restart_as_non_elevated();
bool is_restart_scheduled();
bool restart_if_scheduled();
bool restart_same_elevation();