ok thats better i think
This commit is contained in:
parent
36bf93de41
commit
bf449d91fc
2 changed files with 137 additions and 95 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue