We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08ee30 commit 5b0a307Copy full SHA for 5b0a307
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -260,7 +260,7 @@ private static List<Result> Commands(Query query)
260
MessageBoxButton.YesNo, MessageBoxImage.Warning);
261
if (result == MessageBoxResult.Yes)
262
{
263
- // Save settings before restart to avoid data loss
+ // Save settings before advanced restart to avoid data loss
264
Context.API.SaveAppAllSettings();
265
266
if (EnableShutdownPrivilege())
0 commit comments