diff --git a/app/qml/BooksBookView.qml b/app/qml/BooksBookView.qml index 4fa3855..7ced02f 100644 --- a/app/qml/BooksBookView.qml +++ b/app/qml/BooksBookView.qml @@ -1,6 +1,6 @@ /* - Copyright (C) 2015-2017 Jolla Ltd. - Copyright (C) 2015-2017 Slava Monich + Copyright (C) 2015-2018 Jolla Ltd. + Copyright (C) 2015-2018 Slava Monich You may use this file under the terms of BSD license as follows: @@ -122,8 +122,12 @@ SilicaFlickable { //: Pop-up notification //% "Copied to clipboard" previewBody: qsTrId("harbour-books-book-view-copied_to_clipboard") - icon: "icon-s-clipboard" expireTimeout: 2000 + Component.onCompleted: { + if ("icon" in notification) { + notification.icon = "icon-s-clipboard" + } + } } SilicaListView {