Skip to content

Commit

Permalink
Fix Display window option incorrectly enabled on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed May 10, 2022
1 parent e7312eb commit c20d657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions macosx/PrefsController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ - (instancetype)initWithHandle:(tr_session*)handle
notifyingAbout:VDKQueueNotifyAboutWrite];
}

//set special-handling of magnet link add window checkbox
[self updateShowAddMagnetWindowField];

//set blocklist scheduler
[BlocklistScheduler.scheduler updateSchedule];

Expand Down Expand Up @@ -217,6 +214,9 @@ - (void)awakeFromNib

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

Expand Down

0 comments on commit c20d657

Please sign in to comment.