Added parameter MacOSShowInDock to control whether MacOS platform app is displayed in the Dock

https://github.com/2dust/v2rayN/issues/7465
This commit is contained in:
2dust
2025-06-21 17:00:49 +08:00
parent f947f63e6d
commit 0d74452c6c
3 changed files with 28 additions and 18 deletions

View File

@@ -105,6 +105,7 @@ public class UIItem
public bool Hide2TrayWhenClose { get; set; }
public List<ColumnItem> MainColumnItem { get; set; }
public bool ShowInTaskbar { get; set; }
public bool MacOSShowInDock { get; set; }
}
[Serializable]