remove RcFrontend & RcLayout

[skip ci]
This commit is contained in:
Aleksander
2025-12-26 12:43:14 +01:00
parent f29de34de2
commit 4f7204ccf7
19 changed files with 145 additions and 128 deletions

View File

@@ -13,6 +13,7 @@ use wgui::{
layout::{Layout, WidgetID},
parser::{Fetchable, ParseDocumentParams, ParserState},
taffy::{self, prelude::length},
task::Tasks,
widget::{
ConstructEssentials,
div::WidgetDiv,
@@ -21,13 +22,10 @@ use wgui::{
};
use wlx_common::dash_interface::BoxDashInterface;
use crate::{
task::Tasks,
util::{
self,
desktop_finder::{self},
various::get_desktop_file_icon_path,
},
use crate::util::{
self,
desktop_finder::{self},
various::get_desktop_file_icon_path,
};
#[derive(Clone)]