Fix: Set showExtensionsToast to false in local storage if no is clicked
This commit is contained in:
@@ -797,7 +797,11 @@ export default {
|
||||
}
|
||||
let showExtensionsToast =
|
||||
localStorage.getItem("showExtensionsToast") === "yes";
|
||||
if (!this.extensionInstalled && !showExtensionsToast) {
|
||||
|
||||
// Just return if showExtensionsToast is "no"
|
||||
if (!showExtensionsToast) return
|
||||
|
||||
if (!this.extensionInstalled) {
|
||||
setTimeout(() => {
|
||||
this.$toast.show(this.$t("extensions_info2"), {
|
||||
icon: "extension",
|
||||
|
||||
Reference in New Issue
Block a user