summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-08 12:19:10 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-08 12:19:10 +0900
commit65858dab3e2656f44b0be668c994781cfb4b419d (patch)
treef968d3488cc94026a1d1cf2aa676f8106f7280bf /src/client/scripts
parentUpdate misskey.md (diff)
downloadsharkey-65858dab3e2656f44b0be668c994781cfb4b419d.tar.gz
sharkey-65858dab3e2656f44b0be668c994781cfb4b419d.tar.bz2
sharkey-65858dab3e2656f44b0be668c994781cfb4b419d.zip
Improve client
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/select-file.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/scripts/select-file.ts b/src/client/scripts/select-file.ts
index 9d7146e215..f7b971e113 100644
--- a/src/client/scripts/select-file.ts
+++ b/src/client/scripts/select-file.ts
@@ -69,7 +69,7 @@ export function selectFile(src: any, label: string | null, multiple = false) {
});
};
- os.modalMenu([label ? {
+ os.popupMenu([label ? {
text: label,
type: 'label'
} : undefined, {