Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
fix import settings button
if you updated to v0.10.14.3 please re import the settings
  • Loading branch information
TheFantasticWarrior committed Jul 29, 2023
1 parent 2937422 commit e1e0e24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/includes/app.js
Expand Up @@ -11,7 +11,7 @@ var platform = {},

app = {
name: /*~APP_NAME~*/ "Imagus mod",
version: /*~APP_VERSION~*/ "0.10.14.5",
version: /*~APP_VERSION~*/ "0.10.14.7",
};

if (document instanceof window.HTMLDocument) {
Expand Down
1 change: 1 addition & 0 deletions src/js/background.js
Expand Up @@ -713,6 +713,7 @@ cfg.migrateOldStorage(
cfg.set({ version: version }, function () {
if (oldVersion) {
cfg.get("hz", function (keys) {
keys = keys.hz;
if (
(keys["hz_ext"] =
"(apng|avif|bmp|gif|jpg|jpeg|png|svg|tiff|webp|aac|mid|midi|mp3|mp4|ogg|opus|wav|webm|mpeg|ogv|mov|3gp|avi|asf|flv|mkv|mpg|rm|ts|wmv)")
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Expand Up @@ -36,7 +36,7 @@
"128": "icon.png",
"18": "icon-18.png"
},
"default_title": "Imagus mod v0.10.14.5\nclick to toggle on/off\nshift click to open options page"
"default_title": "Imagus mod v0.10.14.7\nclick to toggle on/off\nshift click to open options page"
},
"icons": {
"128": "icon.png",
Expand All @@ -50,5 +50,5 @@
},
"permissions": ["*://*/*", "storage", "menus"],
"optional_permissions": ["downloads", "history"],
"version": "0.10.14.5"
"version": "0.10.14.7"
}

0 comments on commit e1e0e24

Please sign in to comment.