[ubuntu] Support openin on the feeds list
This commit is contained in:
parent
475396499a
commit
c8a29fb608
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ Item {
|
|||
//Now show the categories View
|
||||
if (settings.useAllFeedsOnStartup) {
|
||||
var ttrss = rootWindow.getTTRSS()
|
||||
pageStack.push("Feeds.qml", {
|
||||
pageStack.push(Qt.resolvedUrl("Feeds.qml"), {
|
||||
category: {
|
||||
categoryId: ttrss.constants['categories']['ALL'],
|
||||
title: constant.allFeeds,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue