Code clean up from live-stream #20

Merged
jaby merged 4 commits from topic/jb/more-improvements into main 2025-03-13 19:56:22 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit fce64e7cf0 - Show all commits

View File

@ -35,7 +35,6 @@ impl Application {
fn run(&self) -> Result<(), slint::PlatformError> {
let main_window = self.main_window.borrow();
main_window.run()
}