Bump patch version

This commit is contained in:
Simon Stürz 2025-07-04 16:25:06 +02:00
parent 1cbf6c3aae
commit fcd3b01239
4 changed files with 4 additions and 4 deletions

View File

@ -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"});

View File

@ -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"

View File

@ -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 }
} }
} }

View File

@ -1,2 +1,2 @@
1.10.3 1.10.5
667 669