Toggle plasmoids when shortcut is activated

BUG: 400278
FIXED-IN: 5.76

Now the plasmoids are toggled by default. The system tray is a
special case, which needs to be in plasma-workspace adjusted.
This commit is contained in:
Alexander Lohnau 2020-10-07 18:17:39 +02:00
parent 0e5338fcc9
commit d6a5b10b3b

View File

@ -41,7 +41,7 @@ AppletQuickItemPrivate::AppletQuickItemPrivate(Plasma::Applet *a, AppletQuickIte
switchHeight(-1),
applet(a),
expanded(false),
activationTogglesExpanded(false),
activationTogglesExpanded(true),
initComplete(false)
{
if (s_preloadPolicy == Uninitialized) {