mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
macOS remove FullScreen support (#3220)
removed fullscreen support, as it opens a can of worms trying to fully support it.... https://github.com/transmission/transmission/issues/3215#issuecomment-1147477253
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
self.fNameField.stringValue = name;
|
||||
self.fNameField.toolTip = name;
|
||||
|
||||
//disable fullscreen support
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenNone];
|
||||
|
||||
[self setGroupsMenu];
|
||||
[self.fGroupPopUp selectItemWithTag:self.fGroupValue];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user