Skip to content

Commit c834eff

Browse files
author
ultra
committed
Ignore configuration for auto update
1 parent f9ce87e commit c834eff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ShareX/Forms/ApplicationSettingsForm.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ private void LoadSettings()
6161
cbStartWithWindows.Checked = ShortcutHelpers.CheckShortcut(Environment.SpecialFolder.Startup); //RegistryHelper.CheckStartWithWindows();
6262
cbSendToMenu.Checked = ShortcutHelpers.CheckShortcut(Environment.SpecialFolder.SendTo);
6363
cbShellContextMenu.Checked = RegistryHelpers.CheckShellContextMenu();
64-
cbCheckUpdates.Checked = Program.Settings.AutoCheckUpdate;
64+
// Disable update checks for 3d3 version
65+
cbCheckUpdates.Checked = false;
66+
cbCheckUpdates.Enabled = false;
6567
cbTrayIconProgressEnabled.Checked = Program.Settings.TrayIconProgressEnabled;
6668
cbTaskbarProgressEnabled.Enabled = TaskbarManager.IsPlatformSupported;
6769
cbTaskbarProgressEnabled.Checked = Program.Settings.TaskbarProgressEnabled;

0 commit comments

Comments
 (0)