Ava/MainWindow: Do not show Show Console menu item on non-Windows (#3461)
This commit is contained in:
parent
b7fb474bfe
commit
7853faa334
2 changed files with 6 additions and 1 deletions
|
@ -535,6 +535,11 @@ namespace Ryujinx.Ava.Ui.ViewModels
|
|||
}
|
||||
}
|
||||
|
||||
public bool ShowConsoleVisible
|
||||
{
|
||||
get => ConsoleHelper.SetConsoleWindowStateSupported;
|
||||
}
|
||||
|
||||
public ObservableCollection<ApplicationData> Applications
|
||||
{
|
||||
get => _applications;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue