diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-04 14:45:33 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-04 14:45:33 +0900 |
| commit | 2e1a9dffbea4c8cb8665d71be05ccb677465768c (patch) | |
| tree | 69ad1af9ff8aafba5b9e16d4b128d80b04c9113e /src/client/app/desktop/script.ts | |
| parent | APNG support (diff) | |
| parent | アバターファイル選択でimage以外は表示しないように (#5098) (diff) | |
| download | sharkey-2e1a9dffbea4c8cb8665d71be05ccb677465768c.tar.gz sharkey-2e1a9dffbea4c8cb8665d71be05ccb677465768c.tar.bz2 sharkey-2e1a9dffbea4c8cb8665d71be05ccb677465768c.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
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 }); |