https://bugs.kde.org/show_bug.cgi?id=359906
Bug ID: 359906 Summary: Applets lost "configurationRequired" functionality in Plasma5 Product: plasmashell Version: 5.5.4 Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: kosse...@kde.org CC: bhus...@gmail.com, plasma-b...@kde.org While Plasma::Applet still has the API from KDE4 times (`Applet::configurationRequired()`, `Applet::setConfigurationRequired(bool needsConfiguring, const QString &reason)`), there is no `Plasmoid.configurationRequired` property on QML level. And setting the property from C++ also has no effect in the UI, at least to what I can see. It might be nice to have this property back in full swing, so there is a consistent way to mark applets from the code which have no sane default and first need some setting to be useful. Examples: comic applet & weather applet Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.