We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f758829 commit 281cbc5Copy full SHA for 281cbc5
burrow-gtk/src/components/app.rs
@@ -58,7 +58,6 @@ impl AsyncComponent for App {
58
root: Self::Root,
59
sender: AsyncComponentSender<Self>,
60
) -> AsyncComponentParts<Self> {
61
- // TODO: RPC REFACTOR (Handle Error)
62
let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok()));
63
64
let switch_screen = switch_screen::SwitchScreen::builder()
0 commit comments