This commit is contained in:
2026-03-05 22:35:25 +01:00
parent 04b68850d0
commit b2a089fb0c
2 changed files with 12 additions and 11 deletions

View File

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