mirror of
https://github.com/transmission/transmission
synced 2025-03-04 18:48:06 +00:00
Fix Display window option incorrectly enabled on start (#3056)
This commit is contained in:
parent
67f6562ae4
commit
659969a436
1 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue