Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MalpenZibo committed Nov 26, 2024
1 parent 7bd532a commit 740cf59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ use crate::{
use flexi_logger::LoggerHandle;
use iced::{
daemon::Appearance,
event::listen_with,
platform_specific::shell::commands::layer_surface::{
get_layer_surface, Anchor, KeyboardInteractivity, Layer,
},
runtime::platform_specific::wayland::layer_surface::{IcedOutput, SctkLayerSurfaceSettings},
event::{listen_with, wayland::Event as WaylandEvent},
widget::{row, Row},
window::Id,
Alignment, Color, Element, Length, Subscription, Task, Theme,
Expand Down

0 comments on commit 740cf59

Please sign in to comment.