Bump patch version
This commit is contained in:
parent
1cbf6c3aae
commit
fcd3b01239
@ -151,7 +151,6 @@ Interfaces::Interfaces(QObject *parent) : QAbstractListModel(parent)
|
|||||||
addStateType("cooling", "power", QVariant::Bool, true, tr("Cooling enabled"), tr("Cooling enabled changed"), tr("Enable cooling"));
|
addStateType("cooling", "power", QVariant::Bool, true, tr("Cooling enabled"), tr("Cooling enabled changed"), tr("Enable cooling"));
|
||||||
addStateType("cooling", "percentage", QVariant::Int, true, tr("Percentage"), tr("Percentage changed"), tr("Set percentage"), 0, 100);
|
addStateType("cooling", "percentage", QVariant::Int, true, tr("Percentage"), tr("Percentage changed"), tr("Set percentage"), 0, 100);
|
||||||
|
|
||||||
|
|
||||||
addInterface("media", tr("Media"));
|
addInterface("media", tr("Media"));
|
||||||
|
|
||||||
addInterface("mediacontroller", tr("Media controllers"), {"media"});
|
addInterface("mediacontroller", tr("Media controllers"), {"media"});
|
||||||
|
|||||||
@ -32,6 +32,7 @@ import QtQuick 2.5
|
|||||||
import QtQuick.Controls 2.2
|
import QtQuick.Controls 2.2
|
||||||
import QtQuick.Controls.Material 2.2
|
import QtQuick.Controls.Material 2.2
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
|
|
||||||
import Nymea 1.0
|
import Nymea 1.0
|
||||||
import "../../components"
|
import "../../components"
|
||||||
|
|
||||||
|
|||||||
@ -253,7 +253,7 @@ SettingsPageBase {
|
|||||||
TextField {
|
TextField {
|
||||||
id: timeoutText
|
id: timeoutText
|
||||||
inputMethodHints: Qt.ImhDigitsOnly
|
inputMethodHints: Qt.ImhDigitsOnly
|
||||||
text: "100"
|
text: "500"
|
||||||
validator: IntValidator { bottom: 10; top: 100000 }
|
validator: IntValidator { bottom: 10; top: 100000 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
1.10.3
|
1.10.5
|
||||||
667
|
669
|
||||||
|
|||||||
Reference in New Issue
Block a user