From 65858dab3e2656f44b0be668c994781cfb4b419d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Aug 2021 12:19:10 +0900 Subject: Improve client --- src/client/scripts/select-file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/scripts/select-file.ts') 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, { -- cgit v1.2.3-freya