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 id: mainWindowHeader
anchors anchors
@ -216,7 +216,7 @@ UM.MainWindow
right: parent.right right: parent.right
top: applicationMenu.bottom top: applicationMenu.bottom
} }
}*/ }
Item Item
{ {

View File

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