Use correct window title on mobile

Before it just displayed "okularkirigami" when no document was loaded
This commit is contained in:
Carl Schwan 2020-12-08 09:39:01 +01:00
parent 3ac4c8a81b
commit f470c235ce

View file

@ -53,7 +53,7 @@ Kirigami.ApplicationWindow {
}
contextDrawer: OkularDrawer {}
title: documentItem.windowTitleForDocument
title: documentItem.windowTitleForDocument ? documentItem.windowTitleForDocument : i18n("Okular")
Okular.DocumentItem {
id: documentItem
onUrlChanged: { currentPage = 0 }