Remove TODO comment
This commit is contained in:
parent
753e50f79d
commit
87cea6bf64
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ impl AsyncComponent for App {
|
||||||
root: Self::Root,
|
root: Self::Root,
|
||||||
sender: AsyncComponentSender<Self>,
|
sender: AsyncComponentSender<Self>,
|
||||||
) -> AsyncComponentParts<Self> {
|
) -> AsyncComponentParts<Self> {
|
||||||
// TODO: RPC REFACTOR (Handle Error)
|
|
||||||
let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok()));
|
let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok()));
|
||||||
|
|
||||||
let switch_screen = switch_screen::SwitchScreen::builder()
|
let switch_screen = switch_screen::SwitchScreen::builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue