mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-23 01:14:29 +00:00
linux-rust: add listening mode picker for airpods
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
use iced::{Background, Border, Length, Theme};
|
||||
use iced::widget::{container, text, column, row, Space, combo_box};
|
||||
use iced::widget::{container, text, column, row, Space};
|
||||
use crate::bluetooth::att::ATTManager;
|
||||
use crate::devices::enums::{DeviceData, DeviceInformation, NothingState};
|
||||
use crate::ui::window::Message;
|
||||
|
||||
Reference in New Issue
Block a user