feat: add dbus and cli connect support

This commit is contained in:
Kingtous
2022-10-11 19:52:03 +08:00
parent 5756bee266
commit 3d7736836f
18 changed files with 219 additions and 9 deletions

View File

@@ -452,6 +452,9 @@ class _DesktopHomePageState extends State<DesktopHomePage>
}
}
});
Future.delayed(Duration.zero, () {
checkArguments();
});
}
@override