增加 wallpaper view

This commit is contained in:
ww-rm
2025-09-27 23:43:54 +08:00
parent 4365c2a008
commit fe9b9829e2
9 changed files with 144 additions and 81 deletions

View File

@@ -940,7 +940,7 @@
MouseDoubleClick="_notifyIcon_MouseDoubleClick">
<hc:NotifyIcon.ContextMenu>
<ContextMenu>
<MenuItem Header="There may be a funtion :)" IsChecked="True"/>
<MenuItem Header="{DynamicResource Str_WallpaperView}" Command="{Binding Cmd_SwitchWallpaperView}" IsChecked="{Binding PreferenceViewModel.WallpaperView}"/>
<Separator/>
<MenuItem Header="{DynamicResource Str_Exit}" Command="{Binding Cmd_Exit}"/>
</ContextMenu>