1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17:34 +00:00

SystemMonitor: Move hardware tab to custom widget

This is just a LazyWidget with fancy initialization code that works
perfectly in isolation.
This commit is contained in:
kleines Filmröllchen 2022-03-24 10:51:14 +01:00 committed by Andreas Kling
parent 5a2716baea
commit 99005ca90f
2 changed files with 92 additions and 85 deletions

View file

@ -80,7 +80,7 @@
name: "network"
}
@GUI::LazyWidget {
@SystemMonitor::HardwareTabWidget {
title: "Hardware"
name: "hardware"
layout: @GUI::VerticalBoxLayout {