Renable MainWindow header by disabling account widget

The account widget is still causing issues, but at least thats less
This commit is contained in:
Jaime van Kessel 2022-03-31 13:34:41 +02:00
parent 9f735a192e
commit f176924c2a
2 changed files with 4 additions and 4 deletions

View file

@ -207,7 +207,7 @@ UM.MainWindow
}
}
/*MainWindowHeader
MainWindowHeader
{
id: mainWindowHeader
anchors
@ -216,7 +216,7 @@ UM.MainWindow
right: parent.right
top: applicationMenu.bottom
}
}*/
}
Item
{

View file

@ -203,7 +203,7 @@ Item
}
}
AccountWidget
/*AccountWidget
{
id: accountWidget
anchors
@ -212,5 +212,5 @@ Item
right: parent.right
rightMargin: UM.Theme.getSize("default_margin").width
}
}
}*/
}