Skip to content

Commit e5dfda5

Browse files
committed
enable ovelap variable on features
1 parent 938fd97 commit e5dfda5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ pub struct App {
663663
network_drive_input: String,
664664
#[cfg(feature = "notify")]
665665
notification_opt: Option<Arc<Mutex<notify_rust::NotificationHandle>>>,
666+
#[cfg(all(feature = "wayland", feature = "desktop-applet"))]
666667
overlap: HashMap<String, (window::Id, Rectangle)>,
667668
pending_operation_id: u64,
668669
pending_operations: BTreeMap<u64, (Operation, Controller)>,
@@ -2133,6 +2134,7 @@ impl Application for App {
21332134
network_drive_input: String::new(),
21342135
#[cfg(feature = "notify")]
21352136
notification_opt: None,
2137+
#[cfg(all(feature = "wayland", feature = "desktop-applet"))]
21362138
overlap: HashMap::new(),
21372139
pending_operation_id: 0,
21382140
pending_operations: BTreeMap::new(),

0 commit comments

Comments
 (0)