UserInfo compact
Make UserInfo work in compact mode. This includes showing the account switch popup in a dialog BUG: 482261
This commit is contained in:
@@ -17,6 +17,8 @@ QQC2.ToolBar {
|
||||
*/
|
||||
required property NeoChatConnection connection
|
||||
|
||||
property bool collapsed: false
|
||||
|
||||
padding: 0
|
||||
|
||||
background: Rectangle {
|
||||
@@ -31,6 +33,7 @@ QQC2.ToolBar {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
UserInfo {
|
||||
collapsed: root.collapsed
|
||||
bottomEdge: true
|
||||
connection: root.connection
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user