🐛 Fixed commandpalettenotice popping up all the time

This commit is contained in:
Mawoka
2023-09-12 16:32:10 +02:00
parent cb27db9c14
commit 78dc3a4342
@@ -19,7 +19,7 @@ SPDX-License-Identifier: MPL-2.0
return;
}
open = true;
// Cookies.set('commandpalette_notice', 'shown', { expires: new Date().setDate(new Date().getDate() + 30) });
Cookies.set('commandpalette_notice', 'shown', { expires: new Date().setDate(new Date().getDate() + 30) });
});
</script>