mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 23:57:11 +02:00
Ava/MainWindow: Do not show Show Console menu item on non-Windows (#3461)
This commit is contained in:
parent
85ca28363d
commit
936d91c0e4
2 changed files with 6 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
<CheckBox IsChecked="{Binding StartGamesInFullscreen, Mode=TwoWay}" />
|
||||
</MenuItem.Icon>
|
||||
</MenuItem>
|
||||
<MenuItem Header="{locale:Locale MenuBarOptionsShowConsole}">
|
||||
<MenuItem Header="{locale:Locale MenuBarOptionsShowConsole}" IsVisible="{Binding ShowConsoleVisible}">
|
||||
<MenuItem.Icon>
|
||||
<CheckBox IsChecked="{Binding ShowConsole, Mode=TwoWay}" />
|
||||
</MenuItem.Icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue