diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-18 15:34:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 15:34:38 +0900 |
| commit | 0d0c45a4cfa541c2d2d4abc2a332ee06ff8e89ef (patch) | |
| tree | bb848206ce941fdf784418ad18060522d51eec18 /src/client/app/mobile/script.ts | |
| parent | New translations ja.yml (Korean) (diff) | |
| parent | 2.10.0 (diff) | |
| download | misskey-0d0c45a4cfa541c2d2d4abc2a332ee06ff8e89ef.tar.gz misskey-0d0c45a4cfa541c2d2d4abc2a332ee06ff8e89ef.tar.bz2 misskey-0d0c45a4cfa541c2d2d4abc2a332ee06ff8e89ef.zip | |
Merge branch 'master' into l10n_master
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index 2e9805e0d0..1405139be6 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -23,6 +23,7 @@ import MkUser from './views/pages/user.vue'; import MkSelectDrive from './views/pages/selectdrive.vue'; import MkDrive from './views/pages/drive.vue'; import MkNotifications from './views/pages/notifications.vue'; +import MkWidgets from './views/pages/widgets.vue'; import MkMessaging from './views/pages/messaging.vue'; import MkMessagingRoom from './views/pages/messaging-room.vue'; import MkNote from './views/pages/note.vue'; @@ -56,6 +57,7 @@ init((launch) => { { path: '/i/settings', component: MkSettings }, { path: '/i/settings/profile', component: MkProfileSetting }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, + { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, { path: '/i/messaging/:user', component: MkMessagingRoom }, { path: '/i/drive', name: 'drive', component: MkDrive }, |