diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 08:37:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-26 08:37:30 +0900 |
| commit | e0bf522e7fc29e17b61d0a067e700728b089527b (patch) | |
| tree | 5ad9f0f47151d9ca0da8e73e5fd3059aa2d33d6a /src/client/app/mobile | |
| parent | Fix bug (diff) | |
| download | misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.tar.gz misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.tar.bz2 misskey-e0bf522e7fc29e17b61d0a067e700728b089527b.zip | |
Client: Improve API settings
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/pages/settings.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/pages/settings.vue b/src/client/app/mobile/views/pages/settings.vue index 02b75be4ab..8ddfbb2fca 100644 --- a/src/client/app/mobile/views/pages/settings.vue +++ b/src/client/app/mobile/views/pages/settings.vue @@ -120,6 +120,8 @@ </section> </ui-card> + <mk-api-settings /> + <ui-card> <div slot="title">%fa:sync-alt% %i18n:@update%</div> |