Fix status menu build after upstream rebase

This commit is contained in:
Lionel DARNIS 2026-05-27 08:48:24 +02:00
parent 04acc50e4d
commit ced6eb267e

View file

@ -8,7 +8,7 @@ use cosmic::{
iced,
widget::icon::{self, IconFallback},
};
use std::path::Path;
use std::path::{Path, PathBuf};
use crate::subscriptions::status_notifier_item::{IconUpdate, Layout, StatusNotifierItem};