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

View File

@@ -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];