https://bugs.kde.org/show_bug.cgi?id=491061
Oliver Beard <olib...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Oliver Beard <olib...@outlook.com> --- I don't believe this can be done at present. Right now, Discover's page exposes whether Discover is installed: let discover = _createPage("Discover.qml"); if (discover.application.exists) { _pushPage(discover); } else { discover.destroy(); } It should be possible for GenericPage to include a property that can be overridden for whether a page should be included. We can then use this internally and in distro pages. I'll investigate! -- You are receiving this mail because: You are watching all bug changes.