Fix dev tools

This commit is contained in:
Carl Schwan
2024-06-28 00:28:04 +02:00
parent b98ca5af52
commit af3c4f536a
5 changed files with 16 additions and 6 deletions

View File

@@ -22,6 +22,11 @@ KirigamiSettings.ConfigurationView {
text: i18n("General")
icon.name: "org.kde.neochat"
page: () => Qt.createComponent("org.kde.neochat.settings", "NeoChatGeneralPage")
initialProperties: () => {
return {
connection: root.connection
};
}
},
KirigamiSettings.ConfigurationModule {
moduleId: "appearance"