diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-05 17:27:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-05 17:27:27 +0900 |
| commit | 20c0690352200069d7de45cef97bd169a7456b6c (patch) | |
| tree | 061b045e7f68a09adb134ab46b18a567ae7acb7a /src/client/app/mobile | |
| parent | Update apexcharts requirement from 2.2.3 to 2.2.4 (#3497) (diff) | |
| download | misskey-20c0690352200069d7de45cef97bd169a7456b6c.tar.gz misskey-20c0690352200069d7de45cef97bd169a7456b6c.tar.bz2 misskey-20c0690352200069d7de45cef97bd169a7456b6c.zip | |
[Client] Resolve #3500
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/pages/widgets.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/app/mobile/views/pages/widgets.vue b/src/client/app/mobile/views/pages/widgets.vue index 8db5399cfd..d28a97dbc5 100644 --- a/src/client/app/mobile/views/pages/widgets.vue +++ b/src/client/app/mobile/views/pages/widgets.vue @@ -20,7 +20,6 @@ <option value="version">{{ $t('@.widgets.version') }}</option> <option value="server">{{ $t('@.widgets.server') }}</option> <option value="memo">{{ $t('@.widgets.memo') }}</option> - <option value="donation">{{ $t('@.widgets.donation') }}</option> <option value="nav">{{ $t('@.widgets.nav') }}</option> <option value="tips">{{ $t('@.widgets.tips') }}</option> </select> @@ -90,9 +89,6 @@ export default Vue.extend({ name: 'photo-stream', id: 'd', data: {} }, { - name: 'donation', - id: 'e', data: {} - }, { name: 'nav', id: 'f', data: {} }, { |