graesslin added a comment.

  generally looks ok to me.

INLINE COMMENTS

> Output.qml:254
>                      id: label
> -                    text: if (root.isCloneMode === true) {
> -                            return "";
> -                          } else if (root.output.type != KScreenOutput.Panel 
> && root.output.edid && root.output.edid.name) {
> -                            return root.output.edid.name;
> -                          } else {
> -                            return "";
> -                          }
> +                    text: (labelVendor.text === root.output.name) ? "" : 
> root.output.name
>  

this one looks confusing to my: why is the vendor compared to output.name? Just 
from reading it, one doesn't assume that root.output.name is also the vendor.

REPOSITORY
  rKSCREEN KScreen

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: sebas, #plasma
Cc: graesslin, plasma-devel, jensreuterberg, abetts, sebas
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to