mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 21:15:13 +00:00
Hide settings button
It is unimplemented
This commit is contained in:
parent
9d0204f2fa
commit
66c106722c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="mkw-notifications">
|
<div class="mkw-notifications">
|
||||||
<mk-widget-container :show-header="!props.compact">
|
<mk-widget-container :show-header="!props.compact">
|
||||||
<template slot="header">%fa:R bell%%i18n:@title%</template>
|
<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-notifications :class="$style.notifications"/>
|
||||||
</mk-widget-container>
|
</mk-widget-container>
|
||||||
|
|
Loading…
Reference in a new issue