ok thats better i think

This commit is contained in:
Mars 2025-01-30 19:35:14 -05:00
parent 36bf93de41
commit bf449d91fc
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
2 changed files with 137 additions and 95 deletions

View file

@ -195,9 +195,6 @@ namespace {
fn main() -> i32 {
const Config& config = Config::getInstance();
DEBUG_LOG("Window Manager: {}", GetWindowManager());
DEBUG_LOG("Desktop Environment: {}", GetDesktopEnvironment());
Element document = hbox({ SystemInfoBox(config), filler() });
Screen screen = Screen::Create(Dimension::Full(), Dimension::Fit(document));