diff --git a/app/icon-normal.html b/app/icon-normal.html index da48fa3..6165b87 100644 --- a/app/icon-normal.html +++ b/app/icon-normal.html @@ -52,6 +52,6 @@ - + \ No newline at end of file diff --git a/app/icon-notify.html b/app/icon-notify.html index e41c116..1a59078 100644 --- a/app/icon-notify.html +++ b/app/icon-notify.html @@ -52,6 +52,6 @@ - + \ No newline at end of file diff --git a/app/index.html b/app/index.html index 990937f..cce6ae1 100644 --- a/app/index.html +++ b/app/index.html @@ -52,6 +52,6 @@ - + \ No newline at end of file diff --git a/app/main.js b/app/main.js index 9ebb852..a8abd34 100644 --- a/app/main.js +++ b/app/main.js @@ -929,7 +929,9 @@ async function startApp() { window.addEventListener("storage", async () => { document.documentElement.setAttribute("data-theme", localStorage.getItem("ui.theme")); setAchievements(); - setConfigureSave(); + if (document.documentElement.getAttribute("data-save") == "service") { + setConfigureSave(); + } if (!hasUserID && localStorage.getItem("user.userID") !== null) { hasUserID = true; await verifyUserAndAppendMessages(); diff --git a/dev_create_release.sh b/dev_create_release.sh index d6f01d8..5c76019 100755 --- a/dev_create_release.sh +++ b/dev_create_release.sh @@ -19,7 +19,7 @@ sed -i 's/data-registration=\"long\"/data-registration=\"short\"/' static/help.h sed -i 's/data-vibe=\"\"/data-vibe=\"👽 Send to your inbox…\"/' static/help.html sed -i 's/data-save=\"browser\"/data-save=\"service\"/' static/help.html static/index.html static/icon-*.html -zip -r frogtab_local_v100.zip . -x .gitignore -mv frogtab_local_v100.zip .. +zip -r frogtab_local_v1xx.zip . -x .gitignore +mv frogtab_local_v1xx.zip .. cd .. \ No newline at end of file