Removed extra line

This commit is contained in:
Jaby 2025-03-12 21:45:40 +01:00
parent 02470d6bb7
commit fce64e7cf0
1 changed files with 0 additions and 1 deletions

View File

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