davidedmundson added inline comments. INLINE COMMENTS
> main.qml:47 > > + Plasmoid.shrinkOnReactivation: !isDash > + If you want this to be in Plasma/5.8.x we can't rely on this being available. Plasma 5.8.x *has* to still work with frameworks 5.26. You can either go master only or do the following: Component.onCompleted: { if (Plasmoid.hasOwnProperty("shrinkOnReactivation")) { shrinkOnReactivation = !isDash } } REPOSITORY rPLASMADESKTOP Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D3079 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: subdiff, graesslin, broulik Cc: davidedmundson, plasma-devel, #plasma, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas