mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-08-13 10:16:59 +02:00
Remove redundant Config.Save() call in TabSettingsGeneral
This commit is contained in:
@@ -91,7 +91,6 @@ namespace TweetDuck.Core.Other.Settings{
|
|||||||
|
|
||||||
private void btnCheckUpdates_Click(object sender, EventArgs e){
|
private void btnCheckUpdates_Click(object sender, EventArgs e){
|
||||||
Config.DismissedUpdate = null;
|
Config.DismissedUpdate = null;
|
||||||
Config.Save();
|
|
||||||
|
|
||||||
btnCheckUpdates.Enabled = false;
|
btnCheckUpdates.Enabled = false;
|
||||||
updateCheckEventId = updates.Check(true);
|
updateCheckEventId = updates.Check(true);
|
||||||
|
Reference in New Issue
Block a user