diff --git a/frontend/src/lib/components/popover/commandpalettenotice.svelte b/frontend/src/lib/components/popover/commandpalettenotice.svelte index d0b6b3d..562e04e 100644 --- a/frontend/src/lib/components/popover/commandpalettenotice.svelte +++ b/frontend/src/lib/components/popover/commandpalettenotice.svelte @@ -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) }); });