diff --git a/src/Tools/tim_tool/src/main.rs b/src/Tools/tim_tool/src/main.rs index a90ed188..a2bdcf68 100644 --- a/src/Tools/tim_tool/src/main.rs +++ b/src/Tools/tim_tool/src/main.rs @@ -35,7 +35,6 @@ impl Application { fn run(&self) -> Result<(), slint::PlatformError> { let main_window = self.main_window.borrow(); - main_window.run() }