File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments