Show color scheme option on Android

This works on Android now, and the rest of the code changed to enable it
anyway.
This commit is contained in:
Joshua Goins
2023-11-05 15:13:40 -05:00
committed by Tobias Fella
parent 3aff1795c8
commit 006da1fb16

View File

@@ -212,7 +212,7 @@ FormCard.FormCardPage {
Loader {
id: colorSchemeDelegate
visible: item !== null && Qt.platform.os !== "android"
visible: item !== null
source: "qrc:/org/kde/neochat/qml/ColorScheme.qml"
Layout.fillWidth: true
}