Skip to content

Commit 24cf57e

Browse files
author
Kitzeln-PC\Philipp
committed
Fix checkbox not initialized
See #88
1 parent efb623a commit 24cf57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PasteIntoFile/Wizard.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ private void ReloadUi() {
3535
patchingCheckBox.Checked = Settings.Default.trayPatchingEnabled;
3636
patchingCheckBox.Enabled = autostartCheckBox.Checked;
3737
patchingCheckBoxImg.Enabled = patchingCheckBox.Checked;
38+
patchingCheckBoxImg.Checked = Settings.Default.trayPatchingEnabledOnlyImageLike;
3839

3940
// Menu
4041
UpdateLanguageMenu();

0 commit comments

Comments
 (0)