1
0
Fork 0
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:
Antoine Cœur 2022-05-14 10:27:31 +08:00 committed by GitHub
parent 67f6562ae4
commit 659969a436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,9 +157,6 @@
notifyingAbout:VDKQueueNotifyAboutWrite]; notifyingAbout:VDKQueueNotifyAboutWrite];
} }
//set special-handling of magnet link add window checkbox
[self updateShowAddMagnetWindowField];
//set blocklist scheduler //set blocklist scheduler
[BlocklistScheduler.scheduler updateSchedule]; [BlocklistScheduler.scheduler updateSchedule];
@ -217,6 +214,9 @@
[self setPrefView:nil]; [self setPrefView:nil];
//set special-handling of magnet link add window checkbox
[self updateShowAddMagnetWindowField];
//set download folder //set download folder
[self.fFolderPopUp selectItemAtIndex:[self.fDefaults boolForKey:@"DownloadLocationConstant"] ? DOWNLOAD_FOLDER : DOWNLOAD_TORRENT]; [self.fFolderPopUp selectItemAtIndex:[self.fDefaults boolForKey:@"DownloadLocationConstant"] ? DOWNLOAD_FOLDER : DOWNLOAD_TORRENT];