fix: register image_extras in run_single_instance too

This commit is contained in:
Hojjat 2026-04-15 14:45:20 -06:00 committed by Michael Murphy
parent 3d8d8915be
commit 0fc4638af3

View file

@ -197,6 +197,9 @@ where
App::Flags: CosmicFlags,
App::Message: Clone + std::fmt::Debug + Send + 'static,
{
#[cfg(feature = "desktop")]
image_extras::register();
use std::collections::HashMap;
let activation_token = std::env::var("XDG_ACTIVATION_TOKEN").ok();