mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Apperance Menu Label
This commit is contained in:
parent
1dccf34650
commit
ae95e07efe
1 changed files with 4 additions and 2 deletions
|
|
@ -233,14 +233,16 @@
|
|||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
|
||||
<ui:NavigationViewItem x:Name="PluginStore" Content="{DynamicResource pluginStore}"
|
||||
<ui:NavigationViewItem
|
||||
x:Name="PluginStore"
|
||||
Content="{DynamicResource pluginStore}"
|
||||
Tag="PluginStore">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/store.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
</ui:NavigationViewItem>
|
||||
|
||||
<ui:NavigationViewItem x:Name="Theme" Content="{DynamicResource theme}">
|
||||
<ui:NavigationViewItem x:Name="Theme" Content="{DynamicResource appearance}">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/theme.png" />
|
||||
</ui:NavigationViewItem.Icon>
|
||||
|
|
|
|||
Loading…
Reference in a new issue