mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Enabled import of older storage versions.
This commit is contained in:
parent
5f74f13de3
commit
f565b8c32e
5 changed files with 29 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
window.scope.settingsMigration = {};
|
||||
scope = window.scope.settingsMigration;
|
||||
}
|
||||
scope.validVersions = [undefined, 0.1, 0.2, 0.3, 0.4];
|
||||
scope.validVersions = [undefined, 0.1, 0.2, 0.3, 0.4, 0.5];
|
||||
scope.transitions = {
|
||||
"": function(oldStorage){
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue