mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
macOS add full screen support (#3305)
This commit is contained in:
@@ -130,6 +130,8 @@
|
||||
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(resizeBar) name:NSWindowDidResizeNotification
|
||||
object:self.view.window];
|
||||
|
||||
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(resizeBar) name:@"ResizeBar" object:nil];
|
||||
|
||||
//update when groups change
|
||||
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(updateGroups:) name:@"UpdateGroups" object:nil];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user