diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-16 12:17:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-16 12:17:22 +0900 |
| commit | 503f23ad3b359fa2330e7554c4c98be88b1e2ccb (patch) | |
| tree | 1d7e69da2a8ec4e968ff99bceb1615520fbfcc20 /src/client/widgets | |
| parent | Tweak UI (diff) | |
| download | sharkey-503f23ad3b359fa2330e7554c4c98be88b1e2ccb.tar.gz sharkey-503f23ad3b359fa2330e7554c4c98be88b1e2ccb.tar.bz2 sharkey-503f23ad3b359fa2330e7554c4c98be88b1e2ccb.zip | |
Tweak UI
Diffstat (limited to 'src/client/widgets')
| -rw-r--r-- | src/client/widgets/federation.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/widgets/federation.vue b/src/client/widgets/federation.vue index f0a79a31a6..eb17915f08 100644 --- a/src/client/widgets/federation.vue +++ b/src/client/widgets/federation.vue @@ -1,5 +1,5 @@ <template> -<MkContainer :show-header="props.showHeader" :body-togglable="bodyTogglable" :scrollable="scrollable"> +<MkContainer :show-header="props.showHeader" :foldable="foldable" :scrollable="scrollable"> <template #header><Fa :icon="faGlobe"/>{{ $ts._widgets.federation }}</template> <div class="wbrkwalb"> @@ -42,7 +42,7 @@ export default defineComponent({ MkContainer, MkMiniChart }, props: { - bodyTogglable: { + foldable: { type: Boolean, required: false, default: false |