Fix: refresh devices while arriving on engine page

This commit is contained in:
2026-03-05 21:19:17 +01:00
parent 5a72e4cef4
commit 77364dddae

View File

@@ -496,5 +496,8 @@ impl App {
if self.page == Page::Script {
self.load_script_to_editor();
}
if self.page == Page::Engine {
self.audio.refresh_devices();
}
}
}