mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix: ensure prefs window is centered the first time shown (#4659)
This commit is contained in:
@@ -209,6 +209,8 @@ static NSString* const kWebUIURLFormat = @"http://localhost:%ld/";
|
||||
self.window.toolbar = toolbar;
|
||||
|
||||
[self setWindowSize];
|
||||
[self.window center];
|
||||
|
||||
[self setPrefView:nil];
|
||||
|
||||
//set special-handling of magnet link add window checkbox
|
||||
|
||||
Reference in New Issue
Block a user