From 66c106722c658fc1faf5bfd31b898dd42b995b26 Mon Sep 17 00:00:00 2001 From: Aya Morisawa <AyaMorisawa4869@gmail.com> Date: Thu, 19 Jul 2018 16:40:40 +0900 Subject: [PATCH] Hide settings button It is unimplemented --- src/client/app/desktop/views/widgets/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>