diff --git a/app/qml/BooksBookView.qml b/app/qml/BooksBookView.qml
index 71081ab..260962a 100644
--- a/app/qml/BooksBookView.qml
+++ b/app/qml/BooksBookView.qml
@@ -77,6 +77,7 @@ SilicaFlickable {
property var linkMenu
property var imageView
property var footnoteView
+ property var settingsComponent
function hideViews() {
if (linkMenu) linkMenu.hide()
@@ -132,6 +133,25 @@ SilicaFlickable {
}
PullDownMenu {
+ MenuItem {
+ //: Pulley menu item
+ //% "Settings"
+ text: qsTrId("harbour-books-menu-settings")
+ visible: !editMode && BooksSettingsMenu
+ onClicked: {
+ if (!settingsComponent) {
+ settingsComponent = Qt.createComponent("../settings/BooksSettings.qml")
+ if (settingsComponent.status !== Component.Ready) {
+ console.log(settingsComponent.errorString())
+ }
+ }
+ pageStack.push(settingsComponent, {
+ "title" : text,
+ "allowedOrientations": window.allowedOrientations,
+ "followOrientationChanges": true
+ })
+ }
+ }
MenuItem {
//% "Back to library"
text: qsTrId("harbour-books-book-view-back")
diff --git a/app/qml/BooksStorageView.qml b/app/qml/BooksStorageView.qml
index 7ac1891..a3dd9ef 100644
--- a/app/qml/BooksStorageView.qml
+++ b/app/qml/BooksStorageView.qml
@@ -95,7 +95,7 @@ SilicaFlickable {
MenuItem {
//: Pulley menu item
//% "Settings"
- text: qsTrId("harbour-books-storage-menu-settings")
+ text: qsTrId("harbour-books-menu-settings")
visible: !editMode && BooksSettingsMenu
onClicked: {
if (!_settingsComponent) {
diff --git a/app/translations/harbour-books-de.ts b/app/translations/harbour-books-de.ts
index e3bee45..641e9d8 100644
--- a/app/translations/harbour-books-de.ts
+++ b/app/translations/harbour-books-de.ts
@@ -7,6 +7,11 @@
Bücher
+
Zur Bibliothek
@@ -67,11 +72,6 @@
%0 Bücher
-
+
Regresar a la librería
@@ -67,11 +72,6 @@
%0 libros
-
+
Takaisin kirjalistaan
@@ -67,11 +72,6 @@
%0 kirjaa
-
+
Vissza a könyvtárhoz
@@ -66,11 +71,6 @@
%0 könyv
-
+
Terug naar bibliotheek
@@ -67,11 +72,6 @@
%0 boeken
-
+
Wróć do biblioteki
@@ -68,11 +73,6 @@
%0 książek
-
+
Voltar à biblioteca
@@ -67,11 +72,6 @@
%0 Livros
-
+
Вернуться в библиотеку
@@ -68,11 +73,6 @@
%0 книг
-
+
Tillbaka till biblioteket
@@ -67,11 +72,6 @@
%0 böcker
-
+
返回书库
@@ -66,11 +71,6 @@
%0 本书籍
-
+
Back to library
@@ -67,11 +72,6 @@
%0 books
-