added directory picker button

This commit is contained in:
2025-03-20 19:22:27 -04:00
parent 46bbffb308
commit 0f5d535a97
5 changed files with 41 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1:string):Promise<string>;
export function DirectoryPicker():Promise<string>;
+2 -2
View File
@@ -2,6 +2,6 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
export function DirectoryPicker() {
return window['go']['main']['App']['DirectoryPicker']();
}