D10148: KCM: Show only available device profiles

Kai Uwe Broulik noreply at phabricator.kde.org
Fri Feb 2 20:39:34 UTC 2018


broulik added inline comments.

INLINE COMMENTS

> CardListItem.qml:57
>              Layout.fillWidth: true
> -            model: Profiles
> +            model: {
> +                var m = [];

model: Profiles.filter(function (profile) {
      return profile.availability === Profile.Available;
  })

REVISION DETAIL
  https://phabricator.kde.org/D10148

To: drosca, #plasma
Cc: broulik, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180202/ac72fee4/attachment.html>


More information about the Plasma-devel mailing list