Run cargo update`, adjust for changes in gtk-rs/relm4, and format
This commit is contained in:
parent
0aaa0dd74d
commit
eabe58f62c
10 changed files with 81 additions and 105 deletions
|
|
@ -358,6 +358,6 @@ impl SimpleComponent for AppModel {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
let app: RelmApp<AppModel> = RelmApp::new("com.system76.CosmicAppletBattery");
|
||||
app.run(());
|
||||
let app = RelmApp::new("com.system76.CosmicAppletBattery");
|
||||
app.run::<AppModel>(());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue