Unlocking queue on next update

This commit is contained in:
ByteHamster 2019-09-11 22:09:18 +02:00
parent ada0101b07
commit 1f2511ddd9
1 changed files with 3 additions and 0 deletions

View File

@ -64,5 +64,8 @@ public class PreferenceUpgrader {
break;
}
}
if (oldVersion < 1070400) {
UserPreferences.setQueueLocked(false);
}
}
}