mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Implemented the interaction between the gui and main so that the ai/transcript names get loaded inside the dropdowns
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user