Support adding 3 PIDs
Implements part of network/neochat#565 Note the phone number stuff is untested as neither kde.org or matrix.org have them switched on.
This commit is contained in:
@@ -13,6 +13,8 @@ KirigamiSettings.CategorizedSettings {
|
||||
|
||||
property NeoChatConnection connection
|
||||
|
||||
property NeoChatConnection initialAccount
|
||||
|
||||
objectName: "settingsPage"
|
||||
actions: [
|
||||
KirigamiSettings.SettingAction {
|
||||
@@ -54,6 +56,11 @@ KirigamiSettings.CategorizedSettings {
|
||||
text: i18n("Accounts")
|
||||
icon.name: "preferences-system-users"
|
||||
page: Qt.resolvedUrl("AccountsPage.qml")
|
||||
initialProperties: {
|
||||
return {
|
||||
initialAccount: root.initialAccount
|
||||
};
|
||||
}
|
||||
},
|
||||
KirigamiSettings.SettingAction {
|
||||
actionName: "emoticons"
|
||||
|
||||
Reference in New Issue
Block a user