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:
parent
0e5338fcc9
commit
d6a5b10b3b
@ -41,7 +41,7 @@ AppletQuickItemPrivate::AppletQuickItemPrivate(Plasma::Applet *a, AppletQuickIte
|
|||||||
switchHeight(-1),
|
switchHeight(-1),
|
||||||
applet(a),
|
applet(a),
|
||||||
expanded(false),
|
expanded(false),
|
||||||
activationTogglesExpanded(false),
|
activationTogglesExpanded(true),
|
||||||
initComplete(false)
|
initComplete(false)
|
||||||
{
|
{
|
||||||
if (s_preloadPolicy == Uninitialized) {
|
if (s_preloadPolicy == Uninitialized) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user