Skip to content

Commit

Permalink
Fix all features
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Jan 1, 2025
1 parent f11ae99 commit bc057f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/info_row.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#[cfg(feature = "discovery")]
use crate::discovery::DiscoveredDevice;
#[cfg(feature = "discovery")]
use crate::views::devices_menu;
use crate::views::hardware_view::HardwareView;
use crate::views::layout_menu::LayoutSelector;
use crate::views::message_box::{MessageMessage, MessageRow, MessageRowMessage};
use crate::views::version::version_button;
use crate::views::{config_menu, connection_menu, devices_menu};
use crate::views::{config_menu, connection_menu};
use crate::Message;
use iced::border::Radius;
use iced::widget::{button, container, Row};
Expand Down

0 comments on commit bc057f6

Please sign in to comment.