Skip to content

Commit 23f2489

Browse files
committed
Force admin restart and fix build issue
1 parent de26abe commit 23f2489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private async Task CheckAdminChangeAndAskForRestartAsync()
167167
await ImageLoader.WaitSaveAsync();
168168

169169
// Restart the app as administrator
170-
App.RestartAppAsAdministrator();
170+
App.RestartApp(true);
171171
}
172172
}
173173
}

0 commit comments

Comments
 (0)