diff --git a/src/client/app/desktop/views/widgets/notifications.vue b/src/client/app/desktop/views/widgets/notifications.vue index f75a091480..b44261d7c4 100644 --- a/src/client/app/desktop/views/widgets/notifications.vue +++ b/src/client/app/desktop/views/widgets/notifications.vue @@ -2,7 +2,7 @@ <div class="mkw-notifications"> <mk-widget-container :show-header="!props.compact"> <template slot="header">%fa:R bell%%i18n:@title%</template> - <button slot="func" title="%i18n:@settings%" @click="settings">%fa:cog%</button> + <!-- <button slot="func" title="%i18n:@settings%" @click="settings">%fa:cog%</button> --> <mk-notifications :class="$style.notifications"/> </mk-widget-container>