Fix: refresh devices while arriving on engine page
This commit is contained in:
@@ -496,5 +496,8 @@ impl App {
|
|||||||
if self.page == Page::Script {
|
if self.page == Page::Script {
|
||||||
self.load_script_to_editor();
|
self.load_script_to_editor();
|
||||||
}
|
}
|
||||||
|
if self.page == Page::Engine {
|
||||||
|
self.audio.refresh_devices();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user