增加IsShuttingDownFromTray标志位

This commit is contained in:
ww-rm
2025-09-30 08:45:28 +08:00
parent bb2862ed4f
commit 0b3db0fd0d
3 changed files with 17 additions and 3 deletions

View File

@@ -942,7 +942,7 @@
<ContextMenu>
<MenuItem Header="{DynamicResource Str_WallpaperView}" Command="{Binding Cmd_SwitchWallpaperView}" IsChecked="{Binding PreferenceViewModel.WallpaperView}"/>
<Separator/>
<MenuItem Header="{DynamicResource Str_Exit}" Command="{Binding Cmd_Exit}"/>
<MenuItem Header="{DynamicResource Str_Exit}" Command="{Binding Cmd_ExitFromTray}"/>
</ContextMenu>
</hc:NotifyIcon.ContextMenu>
</hc:NotifyIcon>