cleanup
This commit is contained in:
@@ -10,10 +10,7 @@ use std::{
|
|||||||
use anyhow::Context;
|
use anyhow::Context;
|
||||||
use wgui::{
|
use wgui::{
|
||||||
components::button::ComponentButton,
|
components::button::ComponentButton,
|
||||||
event::{
|
event::{CallbackData, CallbackMetadata, EventCallback, EventListenerKind, MouseButtonIndex},
|
||||||
self, CallbackData, CallbackMetadata, EventCallback, EventListenerKind, MouseButtonIndex,
|
|
||||||
},
|
|
||||||
i18n::Translation,
|
|
||||||
layout::Layout,
|
layout::Layout,
|
||||||
parser::CustomAttribsInfoOwned,
|
parser::CustomAttribsInfoOwned,
|
||||||
widget::EventResult,
|
widget::EventResult,
|
||||||
@@ -23,7 +20,6 @@ use wlx_common::overlays::ToastTopic;
|
|||||||
use crate::{
|
use crate::{
|
||||||
RUNNING,
|
RUNNING,
|
||||||
backend::task::{OverlayTask, PlayspaceTask, TaskType},
|
backend::task::{OverlayTask, PlayspaceTask, TaskType},
|
||||||
gui::panel::helper::PipeReaderThread,
|
|
||||||
overlays::toast::Toast,
|
overlays::toast::Toast,
|
||||||
state::AppState,
|
state::AppState,
|
||||||
subsystem::hid::VirtualKey,
|
subsystem::hid::VirtualKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user