mirror of
https://github.com/transmission/transmission.git
synced 2026-04-26 03:40:22 +01: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:
@@ -106,6 +106,9 @@
|
||||
self.fNameField.stringValue = name;
|
||||
self.fNameField.toolTip = name;
|
||||
|
||||
//disable fullscreen support
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenNone];
|
||||
|
||||
self.fIconView.image = self.torrent.icon;
|
||||
|
||||
if (!self.torrent.folder)
|
||||
|
||||
Reference in New Issue
Block a user