mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Negate items in native menu check.
This commit is contained in:
@@ -27,8 +27,8 @@ namespace Aaru.Gui.ViewModels
|
||||
|
||||
public string Greeting => "Welcome to Aaru!";
|
||||
|
||||
public bool NativeMenuNotSupported =>
|
||||
!NativeMenu.GetIsNativeMenuExported((Application.Current.ApplicationLifetime as
|
||||
public bool NativeMenuSupported =>
|
||||
NativeMenu.GetIsNativeMenuExported((Application.Current.ApplicationLifetime as
|
||||
IClassicDesktopStyleApplicationLifetime)?.MainWindow);
|
||||
|
||||
public ReactiveCommand<Unit, Unit> AboutCommand { get; }
|
||||
|
||||
Reference in New Issue
Block a user