Improved UI for Desktop version

This commit is contained in:
2dust
2024-09-27 20:25:06 +08:00
parent b008a58cf8
commit fde2a768cf
8 changed files with 306 additions and 318 deletions

View File

@@ -116,6 +116,7 @@ namespace v2rayN.Desktop.Views
if (Utils.IsWindows())
{
this.Title = $"{Utils.GetVersion()} - {(IsAdministrator ? ResUI.RunAsAdmin : ResUI.NotRunAsAdmin)}";
menuGlobalHotkeySetting.IsVisible = false;
}
else
{