move "test notification dot" button under SearchMarker

This commit is contained in:
Hazelnoot 2025-04-13 19:33:12 -04:00
parent ffa92d222c
commit a043333b3c

View file

@ -461,15 +461,15 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #caption> <template #caption>
<I18n :src="i18n.ts.notificationDotNotWorkingAdvice" tag="span"> <I18n :src="i18n.ts.notificationDotNotWorkingAdvice" tag="span">
<template #link> <template #link>
<MkLink url="https://docs.joinsharkey.org/docs/install/faqs/#ive-enabled-the-notification-dot-but-it-doesnt-show">{{ i18n.ts._mfm.link }}</MkLink> <MkLink url="https://docs.joinsharkey.org/docs/install/faqs/#ive-enabled-the-notification-dot-but-it-doesnt-show">{{ i18n.ts._mfm.link }}</MkLink>
</template> </template>
</I18n> </I18n>
</template> </template>
</MkSwitch> </MkSwitch>
</MkPreferenceContainer> </MkPreferenceContainer>
</SearchMarker>
<MkButton @click="testNotificationDot">{{ i18n.ts.verifyNotificationDotWorkingButton }}</MkButton> <MkButton @click="testNotificationDot">{{ i18n.ts.verifyNotificationDotWorkingButton }}</MkButton>
</SearchMarker>
<SearchMarker :keywords="['position']"> <SearchMarker :keywords="['position']">
<MkPreferenceContainer k="notificationPosition"> <MkPreferenceContainer k="notificationPosition">