From 9dbf4228fc18ec8a7d9b8819e53a3161c3062b1b Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Thu, 4 Apr 2024 19:12:46 +0200 Subject: [PATCH] chore: Remove unused import --- Cargo.toml | 2 +- src/components/window/handle_sidebar_click.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 091af7d..3ad810d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0-or-later" # reset_daemon = "1.1.0" re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" , branch = "audioobject"} # re_set-lib = "3.1.7" -reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "main" } +reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie" } adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7" gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] } diff --git a/src/components/window/handle_sidebar_click.rs b/src/components/window/handle_sidebar_click.rs index 3a8b354..4c2ca41 100644 --- a/src/components/window/handle_sidebar_click.rs +++ b/src/components/window/handle_sidebar_click.rs @@ -10,7 +10,7 @@ use crate::components::audio::output::sink_box::{populate_sinks, SinkBox}; use crate::components::base::setting_box::SettingBox; use crate::components::base::utils::{start_audio_listener, Listeners, Position}; use crate::components::bluetooth::bluetooth_box::{ - populate_connected_bluetooth_devices, start_bluetooth_listener, BluetoothBox, + populate_connected_bluetooth_devices, BluetoothBox, }; use crate::components::wifi::wifi_box::{ scan_for_wifi, show_stored_connections, start_event_listener, WifiBox,