diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index e7c7333c2..05cb20b30 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -167,7 +167,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel await ImageLoader.WaitSaveAsync(); // Restart the app as administrator - App.RestartAppAsAdministrator(); + App.RestartApp(true); } } }