library picker lit element w reactive properties

This commit is contained in:
Logan Jones
2025-04-08 18:18:00 -05:00
parent bbc33ce3bc
commit c46c631fb0
12 changed files with 109 additions and 49 deletions
+4
View File
@@ -9,3 +9,7 @@ export function GetDir() {
export function Init(arg1) {
return window['go']['library']['Library']['Init'](arg1);
}
export function SetDir(arg1) {
return window['go']['library']['Library']['SetDir'](arg1);
}