mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Force admin restart and fix build issue
This commit is contained in:
parent
de26abe7b8
commit
23f2489680
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
|
|||
await ImageLoader.WaitSaveAsync();
|
||||
|
||||
// Restart the app as administrator
|
||||
App.RestartAppAsAdministrator();
|
||||
App.RestartApp(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue