fix(app): only show files in select dialog when clicking + tab

This commit is contained in:
adamelmore
2026-01-26 20:01:16 -06:00
parent a8c18dba82
commit 213c0e18ab
2 changed files with 55 additions and 9 deletions

View File

@@ -2016,7 +2016,7 @@ export default function Page() {
icon="plus-small"
variant="ghost"
iconSize="large"
onClick={() => dialog.show(() => <DialogSelectFile />)}
onClick={() => dialog.show(() => <DialogSelectFile mode="files" />)}
aria-label={language.t("command.file.open")}
/>
</TooltipKeybind>