diff --git a/qml/Login.qml b/qml/Login.qml index 215290e..e86dc20 100644 --- a/qml/Login.qml +++ b/qml/Login.qml @@ -136,7 +136,7 @@ Page { } onClicked: { - if (!serverField.text.startsWith("http")) { + if (!(serverField.text.startsWith("http") && serverField.text.includes("://"))) { loginButtonTooltip.text = "Server address should start with http(s)://" loginButtonTooltip.open() return