mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
Ability to open workspace from directory, WorkspaceMeta, and many sync improvements
This commit is contained in:
@@ -29,7 +29,7 @@ export function SelectFile({
|
||||
}: Props) {
|
||||
const handleClick = async () => {
|
||||
const filePath = await open({
|
||||
title: 'Select File',
|
||||
title: directory ? 'Select Folder' : 'Select File',
|
||||
multiple: false,
|
||||
directory,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user