mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
re-add macOS Fullscreen support (#3261)
* re-add macOS Fullscreen support re added Full Screen support for macOS. Also refactored window methods in Controller.mm and moved to their own category - ControllerWindowMethods.mm This has currently only been tested on macOS Monterey, and should be good on earlier versions - but perhaps needs testing on earlier versions of macOS. fixes #3231 #3234
This commit is contained in:
@@ -106,8 +106,8 @@
|
||||
self.fNameField.stringValue = name;
|
||||
self.fNameField.toolTip = name;
|
||||
|
||||
//disable fullscreen support
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenNone];
|
||||
//make window an auxillary view in fullscreen
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary];
|
||||
|
||||
self.fIconView.image = self.torrent.icon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user