mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
macOS revert fullscreen changes (#3304)
* macOS remove NSWindow subclass as discussed in #3297
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
|
||||
self.window.title = NSLocalizedString(@"Message Log", "Message window -> title");
|
||||
|
||||
//make window an auxillary view in fullscreen
|
||||
[window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenAuxiliary];
|
||||
//disable fullscreen support
|
||||
[window setCollectionBehavior:NSWindowCollectionBehaviorFullScreenNone];
|
||||
|
||||
//set images and text for popup button items
|
||||
[self.fLevelButton itemAtIndex:LEVEL_ERROR].title = NSLocalizedString(@"Error", "Message window -> level string");
|
||||
|
||||
Reference in New Issue
Block a user