mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 10:37:46 +02:00
chore: Bump version
This commit is contained in:
parent
48fbb103d5
commit
3c85f39e56
4 changed files with 16 additions and 29 deletions
|
@ -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::{
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue