mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix Display window option incorrectly enabled on start (#3056)
This commit is contained in:
@@ -157,9 +157,6 @@
|
||||
notifyingAbout:VDKQueueNotifyAboutWrite];
|
||||
}
|
||||
|
||||
//set special-handling of magnet link add window checkbox
|
||||
[self updateShowAddMagnetWindowField];
|
||||
|
||||
//set blocklist scheduler
|
||||
[BlocklistScheduler.scheduler updateSchedule];
|
||||
|
||||
@@ -217,6 +214,9 @@
|
||||
|
||||
[self setPrefView:nil];
|
||||
|
||||
//set special-handling of magnet link add window checkbox
|
||||
[self updateShowAddMagnetWindowField];
|
||||
|
||||
//set download folder
|
||||
[self.fFolderPopUp selectItemAtIndex:[self.fDefaults boolForKey:@"DownloadLocationConstant"] ? DOWNLOAD_FOLDER : DOWNLOAD_TORRENT];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user