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
@@ -41,7 +41,7 @@ Page {
}
function search() {
var base = appSettings.baseUrl
var base = appSettings.baseUrl()
var query = searchField.text.trim()
if (base.length === 0 || query.length === 0)
return