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 wgui::{
components::button::ComponentButton,
event::{
self, CallbackData, CallbackMetadata, EventCallback, EventListenerKind, MouseButtonIndex,
},
i18n::Translation,
event::{CallbackData, CallbackMetadata, EventCallback, EventListenerKind, MouseButtonIndex},
layout::Layout,
parser::CustomAttribsInfoOwned,
widget::EventResult,
@@ -23,7 +20,6 @@ use wlx_common::overlays::ToastTopic;
use crate::{
RUNNING,
backend::task::{OverlayTask, PlayspaceTask, TaskType},
gui::panel::helper::PipeReaderThread,
overlays::toast::Toast,
state::AppState,
subsystem::hid::VirtualKey,