hide box cloud settings if the core isn't up to date
This commit is contained in:
parent
d3d165cd7e
commit
234aaec54c
@ -8,7 +8,6 @@
|
||||
#include <QSettings>
|
||||
#include <QUuid>
|
||||
|
||||
#include "qmqtt.h"
|
||||
#include "sigv4utils.h"
|
||||
|
||||
|
||||
|
||||
@ -94,6 +94,7 @@ Page {
|
||||
Layout.fillWidth: true
|
||||
iconName: "../images/cloud.svg"
|
||||
text: qsTr("Cloud")
|
||||
visible: Engine.jsonRpcClient.ensureServerVersion("1.9")
|
||||
onClicked: pageStack.push(Qt.resolvedUrl("system/CloudSettingsPage.qml"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user