Skip to content

Commit

Permalink
Fix 7th channel value loading on a fresh start
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Feb 28, 2022
1 parent 2a6090c commit fcafaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SeventhHeavenUI/ViewModels/GeneralSettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ internal void LoadSettings(Settings settings)
TexturesPathInput = settings.AaliFolder;

FFNxUpdateChannel = settings.FFNxUpdateChannel;
AppUpdateChannel = settings.AppUpdateChannel;

AutoUpdateModsByDefault = settings.HasOption(GeneralOptions.AutoUpdateMods);
ActivateInstalledModsAuto = settings.HasOption(GeneralOptions.AutoActiveNewMods);
Expand Down

0 comments on commit fcafaac

Please sign in to comment.