Skip to content

Commit

Permalink
cut my life into pieces
Browse files Browse the repository at this point in the history
i forgot this file too
  • Loading branch information
murrty committed Jan 19, 2022
1 parent 2cf5211 commit b50ff74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions youtube-dl-gui/Config.cs
Expand Up @@ -2107,15 +2107,15 @@ class Config_General {
break;
}

switch (Ini.KeyExists("extensionsShort", ConfigName)) {
switch (Ini.KeyExists("DeleteUpdaterOnStartup", ConfigName)) {
case true:
DeleteUpdaterOnStartup_First = DeleteUpdaterOnStartup = Ini.ReadBool("DeleteUpdaterOnStartup", ConfigName);
break;
}

switch (Ini.KeyExists("extensionsShort", ConfigName)) {
switch (Ini.KeyExists("DeleteBackupOnStartup", ConfigName)) {
case true:
DeleteBackupOnStartup_First = DeleteBackupOnStartup = Ini.ReadBool("DeleteUpdaterOnStartup", ConfigName);
DeleteBackupOnStartup_First = DeleteBackupOnStartup = Ini.ReadBool("DeleteBackupOnStartup", ConfigName);
break;
}
break;
Expand Down

0 comments on commit b50ff74

Please sign in to comment.