chore: Bump version

This commit is contained in:
DashieTM 2024-04-24 11:38:23 +02:00
parent 48fbb103d5
commit 3c85f39e56
4 changed files with 16 additions and 29 deletions

View file

@ -6,8 +6,7 @@ use std::{
use adw::prelude::{ComboRowExt, PreferencesRowExt};
use dbus::arg::{Arg, Get};
use glib::{
object::{Cast, IsA, ObjectExt},
property::PropertyGet,
object::{Cast, IsA},
ControlFlow, Propagation,
};
use gtk::{

View file

@ -68,6 +68,6 @@ async fn daemon_check() {
});
let res = handle.join();
if res.unwrap().is_err() {
run_daemon(vec![String::from("ina")]).await;
run_daemon().await;
}
}