saving and displaying the configured library dir

This commit is contained in:
2025-03-22 17:00:21 -05:00
parent e3f47c602f
commit eba3187f39
5 changed files with 32 additions and 7 deletions
+2
View File
@@ -2,3 +2,5 @@
// This file is automatically generated. DO NOT EDIT
export function DirectoryPicker():Promise<string>;
export function GetLibraryDir():Promise<string>;
+4
View File
@@ -5,3 +5,7 @@
export function DirectoryPicker() {
return window['go']['main']['App']['DirectoryPicker']();
}
export function GetLibraryDir() {
return window['go']['main']['App']['GetLibraryDir']();
}