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 6782d64 commit 696c5f2Copy full SHA for 696c5f2
src/application/main_window.rs
@@ -299,6 +299,5 @@ fn daemon() -> Backend {
299
300
#[cfg(not(target_os = "linux"))]
301
fn daemon() -> Rc<dyn Daemon> {
302
- let server = DaemonServer::new_stdio().expect("Failed to create server");
303
- Rc::new(server)
+ Backend::new().expect("Failed to create server")
304
}
0 commit comments