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:
committed by
Tobias Fella
parent
3aff1795c8
commit
006da1fb16
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user