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:
@@ -215,5 +215,14 @@ FormCard.FormCardPage {
|
||||
Config.save();
|
||||
}
|
||||
}
|
||||
FormCard.FormButtonDelegate {
|
||||
visible: Config.developerTools
|
||||
text: i18n("Open developer tools")
|
||||
onClicked: applicationWindow().pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat', 'DevtoolsPage.qml'), {
|
||||
connection: root.connection
|
||||
}, {
|
||||
title: i18n("Developer Tools")
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user