summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/api
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-16 18:42:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-16 18:42:49 +0900
commit555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4 (patch)
tree030dfd1736ef4e13f36e9e773f9e5c23beebd372 /src/client/app/desktop/api
parent3.0.1 (diff)
downloadsharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.tar.gz
sharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.tar.bz2
sharkey-555a0f276cfabfc5288bb76bdf1274cf9e7fb8d4.zip
MisskeyShare
Diffstat (limited to 'src/client/app/desktop/api')
-rw-r--r--src/client/app/desktop/api/choose-drive-file.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/api/choose-drive-file.ts b/src/client/app/desktop/api/choose-drive-file.ts
index 3d0004b741..a362a1289b 100644
--- a/src/client/app/desktop/api/choose-drive-file.ts
+++ b/src/client/app/desktop/api/choose-drive-file.ts
@@ -21,7 +21,7 @@ export default (os: OS) => opts => {
res(file);
};
- window.open(url + '/selectdrive',
+ window.open(url + `/selectdrive?multiple=${o.multiple}`,
'choose_drive_window',
'height=500, width=800');
}