Refactor UI platform visibility to use ViewModel properties
This commit is contained in:
@@ -161,10 +161,6 @@ public partial class MainWindow : WindowBase<MainWindowViewModel>
|
||||
else
|
||||
{
|
||||
Title = $"{Utils.GetVersion()}";
|
||||
|
||||
menuRebootAsAdmin.IsVisible = false;
|
||||
menuSettingsSetUWP.IsVisible = false;
|
||||
menuGlobalHotkeySetting.IsVisible = false;
|
||||
}
|
||||
menuAddServerViaScan.IsVisible = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user