🐛 Fixed navbar #11

This commit is contained in:
Mawoka
2022-04-09 09:30:19 +02:00
parent 67851f0cca
commit 411064967f
14 changed files with 479 additions and 441 deletions
+3
View File
@@ -27,6 +27,9 @@
import { socket } from '$lib/socket';
import { getLocalization } from '$lib/i18n';
import { navbarVisible } from '$lib/stores';
navbarVisible.set(false);
const { t } = getLocalization();