diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-07-04 14:31:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-04 14:31:30 +0900 |
| commit | 97002400a8d59fc8a7a9810e9edadc849685dd5d (patch) | |
| tree | a3a139889c0303a8020b740d017d7ef6b4e737d3 /src/client/app/desktop/script.ts | |
| parent | Fix MIME (diff) | |
| download | sharkey-97002400a8d59fc8a7a9810e9edadc849685dd5d.tar.gz sharkey-97002400a8d59fc8a7a9810e9edadc849685dd5d.tar.bz2 sharkey-97002400a8d59fc8a7a9810e9edadc849685dd5d.zip | |
アバターファイル選択でimage以外は表示しないように (#5098)
Diffstat (limited to 'src/client/app/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index ce0b96e0ac..8065241714 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -77,6 +77,7 @@ init(async (launch, os) => { if (document.body.clientWidth > 800) { const w = this.$root.new(MkChooseFileFromDriveWindow, { title: o.title, + type: o.type, multiple: o.multiple, initFolder: o.currentFolder }); |