fix: gate desktop features for no-default-features build

This commit is contained in:
Michael Aaron Murphy 2026-06-02 00:34:14 +02:00 committed by Ashley Wulber
parent bb1ae9d458
commit fca0753781
2 changed files with 3 additions and 1 deletions

View file

@ -6777,8 +6777,8 @@ impl Application for App {
},
)
}),
#[cfg(feature = "desktop")]
Subscription::run(|| {
eprintln!("loading mime app watcher");
stream::channel(
1,
|mut output: futures::channel::mpsc::Sender<Message>| async move {