mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-12-01 13:50:30 +00:00
persist msg
This commit is contained in:
parent
8eaed111e4
commit
02d189b1d9
@ -138,7 +138,7 @@ function requestPersistPermission(interactive: boolean, failureonly: boolean) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
interactive && alertError("Your browser doesn't support expanding the persistent storage quota. Your edits may not be preserved after closing the page.");
|
interactive && alertError("Your browser may not persist edits after closing the page. Try a different browser.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user