tooltip wrap, clippy

[skip ci]
This commit is contained in:
Aleksander
2025-12-23 17:14:46 +01:00
parent 9a606dbce5
commit 1b4c2a9006
14 changed files with 180 additions and 168 deletions

View File

@@ -9,7 +9,7 @@ use wgui::{
};
use crate::{
frontend::{Frontend, FrontendTask},
frontend::FrontendTask,
settings,
tab::{Tab, TabParams, TabType},
various,

View File

@@ -33,8 +33,6 @@ pub struct TabParams<'a> {
}
pub struct TabUpdateParams<'a> {
pub globals: &'a WguiGlobals,
pub frontend_tasks: &'a FrontendTasks,
pub layout: &'a mut Layout,
pub interface: &'a mut BoxDashInterface,
}

View File

@@ -51,7 +51,6 @@ impl TabProcesses {
layout: params.layout,
parent_id: state.get_widget_id("process_list_parent")?,
globals: params.globals.clone(),
frontend_tasks: params.frontend_tasks.clone(),
})?,
state,
})