mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix code comment typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d08ee30a7a
commit
5b0a30774e
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
MessageBoxButton.YesNo, MessageBoxImage.Warning);
|
||||
if (result == MessageBoxResult.Yes)
|
||||
{
|
||||
// Save settings before restart to avoid data loss
|
||||
// Save settings before advanced restart to avoid data loss
|
||||
Context.API.SaveAppAllSettings();
|
||||
|
||||
if (EnableShutdownPrivilege())
|
||||
|
|
|
|||
Loading…
Reference in a new issue