Use SpellcheckingConfigurationModule

This commit is contained in:
Carl Schwan
2024-06-26 16:16:10 +02:00
parent a15a11f44b
commit b98ca5af52
3 changed files with 1 additions and 261 deletions

View File

@@ -68,13 +68,7 @@ KirigamiSettings.ConfigurationView {
};
}
},
KirigamiSettings.ConfigurationModule {
moduleId: "spellChecking"
text: i18n("Spell Checking")
icon.name: "tools-check-spelling"
page: () => Qt.createComponent("org.kde.neochat.settings", "SonnetConfigPage")
visible: Qt.platform.os !== "android"
},
KirigamiSettings.SpellcheckingConfigurationModule {},
KirigamiSettings.ConfigurationModule {
moduleId: "networkProxy"
text: i18n("Network Proxy")