Skip to content

Commit

Permalink
no logic change
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Feb 2, 2022
1 parent e131aa0 commit 03a9ae2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@ private void fixSettings() {
newSettings = new V37Settings();

newSettings.developerFeatures = oldSettings.isDeveloperFeatures;
newSettings.globalPresetListSync = oldSettings.isSyncDeveloperSchedule;

if (newSchedule != null) {
newSchedule.selectedPresetUUID = oldSettings.selectedLocalSchedule;
}
newSettings.globalPresetListSync = oldSettings.isSyncDeveloperSchedule;
}
}

0 comments on commit 03a9ae2

Please sign in to comment.