Implemented the interaction between the gui and main so that the ai/transcript names get loaded inside the dropdowns

This commit is contained in:
2025-11-24 12:52:49 +01:00
parent b4f2ed561d
commit 6531f5f51c
3 changed files with 25 additions and 20 deletions
+8 -7
View File
@@ -32,13 +32,14 @@ uploadContainer.addEventListener("drop", (e) => {
})
window.addEventListener('load', (e) => {
try {
console.log("test");
loadLanguageOptions();
} catch (error) {
}
window.addEventListener('load', (e) => {
try {
console.log("test");
loadLanguageOptions();
window.onStartup.getModuleNames();
} catch (error) {
}
});