1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Remove redundant Config.Save() call in TabSettingsGeneral

This commit is contained in:
chylex 2017-08-22 03:44:13 +02:00
parent ccd5edb0e4
commit 663d0a633e

View File

@ -91,7 +91,6 @@ private void checkUpdateNotifications_CheckedChanged(object sender, EventArgs e)
private void btnCheckUpdates_Click(object sender, EventArgs e){
Config.DismissedUpdate = null;
Config.Save();
btnCheckUpdates.Enabled = false;
updateCheckEventId = updates.Check(true);