Skip to content

Commit

Permalink
remove keepOlderDedupl
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jun 1, 2022
1 parent 5416119 commit 7d00ec9
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 712 deletions.
9 changes: 0 additions & 9 deletions clashN/clashN/Forms/OptionSettingForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions clashN/clashN/Forms/OptionSettingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ private void InitGUI()
chkAutoRun.Checked = Utils.IsAutoRun();

chkEnableStatistics.Checked = config.enableStatistics;
chkKeepOlderDedupl.Checked = config.keepOlderDedupl;

chkIgnoreGeoUpdateCore.Checked = config.ignoreGeoUpdateCore;
txtautoUpdateInterval.Text = config.autoUpdateInterval.ToString();
Expand Down Expand Up @@ -150,7 +149,6 @@ private int SaveGUI()

bool lastEnableStatistics = config.enableStatistics;
config.enableStatistics = chkEnableStatistics.Checked;
config.keepOlderDedupl = chkKeepOlderDedupl.Checked;

config.ignoreGeoUpdateCore = chkIgnoreGeoUpdateCore.Checked;
config.autoUpdateInterval = Utils.ToInt(txtautoUpdateInterval.Text);
Expand Down
Loading

0 comments on commit 7d00ec9

Please sign in to comment.