baseUrl esposto a QML come Q_INVOKABLE: fix TypeError su MainPage/SearchPage/BookDetailPage

This commit is contained in:
2026-08-12 11:05:06 +02:00
parent 5f97cb45bf
commit 0c6c28aa4e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Page {
}
function loadIndex() {
var base = appSettings.baseUrl
var base = appSettings.baseUrl()
if (base.length === 0) {
page.errorMessage = "Server non configurato"
return