https://bugs.kde.org/show_bug.cgi?id=482518

--- Comment #7 from ratijas <m...@ratijas.tk> ---
I think I am dealing with some leaking abstractions on my end. The
InstallApplicationButton.qml component has the following property:

    readonly property bool isStateAvailable: application.state !==
Discover.AbstractResource.Broken

and the button's text depend on it in a way that makes no sense:

       text: {
            if (!root.isStateAvailable) {
                return i18nc("State being fetched", "Loading…")
            }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to