git fucked up again, for some reason

This commit is contained in:
buzzcode2007 2024-03-22 21:56:20 +08:00
commit 734a74267b

View file

@ -22,7 +22,7 @@ export function read(prefname, cloud = false) {
chrome.storage.local.get(null, (database) => {pref_data = database[prefname];});
};
} else {
// You can get everything if you'd like.
// You can get everything if you'd like.
if (cloud) {
chrome.storage.sync.get(null, (database) => {pref_data = database});
} else {