diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 03:00:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 03:00:55 +0900 |
| commit | a2a25eb5f81ddea039a62c6d05566dbdc9fa9c63 (patch) | |
| tree | 7d77053ea68527eeb639e85cf29433924c68dfee /src | |
| parent | テーマ関連の機能を強化 (diff) | |
| download | sharkey-a2a25eb5f81ddea039a62c6d05566dbdc9fa9c63.tar.gz sharkey-a2a25eb5f81ddea039a62c6d05566dbdc9fa9c63.tar.bz2 sharkey-a2a25eb5f81ddea039a62c6d05566dbdc9fa9c63.zip | |
Improve usability
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/theme.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/theme.vue b/src/client/app/common/views/components/theme.vue index 39d8e8aa97..b2defb212f 100644 --- a/src/client/app/common/views/components/theme.vue +++ b/src/client/app/common/views/components/theme.vue @@ -45,7 +45,7 @@ <details> <summary>%fa:download% %i18n:@install-a-theme%</summary> <ui-button @click="import_()">%fa:file-import% %i18n:@import%</ui-button> - <input ref="file" type="file" style="display:none;" @change="onUpdateImportFile"/> + <input ref="file" type="file" accept=".misskeytheme" style="display:none;" @change="onUpdateImportFile"/> <p>%i18n:@import-by-code%:</p> <ui-textarea v-model="installThemeCode"> <span>%i18n:@theme-code%</span> |