This commit is contained in:
galister
2025-12-24 01:11:54 +09:00
parent 3f5a363136
commit 49b6234db3

View File

@@ -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,