mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-28 02:39:42 +00:00
Fixed some CI issues
This commit is contained in:
parent
a541116c5f
commit
f2eaa4b8ac
4 changed files with 4 additions and 17 deletions
|
|
@ -38,10 +38,7 @@ where
|
|||
H: Hardware,
|
||||
{
|
||||
pub fn new(main_window: &'a MainWindow, hardware: H) -> Self {
|
||||
Self {
|
||||
main_window,
|
||||
hardware,
|
||||
}
|
||||
Self { main_window, hardware }
|
||||
}
|
||||
|
||||
pub async fn run(&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue