Skip to content

Commit 5b0a307

Browse files
Jack251970Copilot
andauthored
Fix code comment typo
Co-authored-by: Copilot <[email protected]>
1 parent d08ee30 commit 5b0a307

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private static List<Result> Commands(Query query)
260260
MessageBoxButton.YesNo, MessageBoxImage.Warning);
261261
if (result == MessageBoxResult.Yes)
262262
{
263-
// Save settings before restart to avoid data loss
263+
// Save settings before advanced restart to avoid data loss
264264
Context.API.SaveAppAllSettings();
265265

266266
if (EnableShutdownPrivilege())

0 commit comments

Comments
 (0)