diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-19 11:36:35 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-19 11:36:35 +0900 |
| commit | 42d293ee60c671ba424671d49072fc6c880d44b0 (patch) | |
| tree | a053b98c9fa27ae2fecf618b1763c75ce645f1ee /src/client/ui/chat | |
| parent | 認証の修正 (#7597) (diff) | |
| download | misskey-42d293ee60c671ba424671d49072fc6c880d44b0.tar.gz misskey-42d293ee60c671ba424671d49072fc6c880d44b0.tar.bz2 misskey-42d293ee60c671ba424671d49072fc6c880d44b0.zip | |
Classic UI
Diffstat (limited to 'src/client/ui/chat')
| -rw-r--r-- | src/client/ui/chat/index.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ui/chat/index.vue b/src/client/ui/chat/index.vue index c28436ed5c..d45369e8b0 100644 --- a/src/client/ui/chat/index.vue +++ b/src/client/ui/chat/index.vue @@ -142,7 +142,7 @@ import XTimeline from './timeline.vue'; import XHeaderClock from './header-clock.vue'; import * as os from '@client/os'; import { router } from '@client/router'; -import { sidebarDef } from '@client/sidebar'; +import { menuDef } from '@client/menu'; import { search } from '@client/scripts/search'; import copyToClipboard from '@client/scripts/copy-to-clipboard'; import { store } from './store'; @@ -190,7 +190,7 @@ export default defineComponent({ followedChannels: null, featuredChannels: null, currentChannel: null, - menuDef: sidebarDef, + menuDef: menuDef, sideViewOpening: false, instanceName, }; |