diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 12:19:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 12:19:10 +0900 |
| commit | 65858dab3e2656f44b0be668c994781cfb4b419d (patch) | |
| tree | f968d3488cc94026a1d1cf2aa676f8106f7280bf /src/client/scripts | |
| parent | Update misskey.md (diff) | |
| download | sharkey-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.ts | 2 |
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, { |