We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb623a commit 24cf57eCopy full SHA for 24cf57e
PasteIntoFile/Wizard.cs
@@ -35,6 +35,7 @@ private void ReloadUi() {
35
patchingCheckBox.Checked = Settings.Default.trayPatchingEnabled;
36
patchingCheckBox.Enabled = autostartCheckBox.Checked;
37
patchingCheckBoxImg.Enabled = patchingCheckBox.Checked;
38
+ patchingCheckBoxImg.Checked = Settings.Default.trayPatchingEnabledOnlyImageLike;
39
40
// Menu
41
UpdateLanguageMenu();
0 commit comments