Skip to content

Commit

Permalink
Rename cover page QML file
Browse files Browse the repository at this point in the history
  • Loading branch information
ichthyosaurus committed Apr 4, 2022
1 parent 7f85413 commit d6f2829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion qml/harbour-file-browser.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ApplicationWindow {
function bookmarks_removeBookmark(path) { return Bookmarks.removeBookmark(path); }

property string coverText: "File Browser"
cover: Qt.resolvedUrl("cover/FileBrowserCover.qml")
cover: Qt.resolvedUrl("cover/CoverPage.qml")

initialPage: runningAsRoot ? initialPage_RootMode : initialPage_UserMode

Expand Down

0 comments on commit d6f2829

Please sign in to comment.