diff --git a/src/components/Topbar/Topbar.vue b/src/components/Topbar/Topbar.vue index 73b0e55b..118a2a49 100644 --- a/src/components/Topbar/Topbar.vue +++ b/src/components/Topbar/Topbar.vue @@ -4,10 +4,12 @@ import { onMounted, watch } from 'vue' import type { UnReadDm, UnReadMessage, UserInfo } from './types' import { updateInterval } from './notify' import { getUserID } from '~/utils/main' +import { settings } from '~/logic' interface Props { showSearchBar?: boolean showLogo?: boolean + mask?: boolean } const props = withDefaults(defineProps(), { @@ -200,6 +202,26 @@ async function getTopbarNewMomentsCount() { p="lg:x-20 md:x-16 x-14" h="70px" > + +
+ +
+ +