Enable the popup menu by default
This commit is contained in:
parent
c254d56fc8
commit
d3b275ca72
|
@ -291,6 +291,7 @@ Desktop * desktop_new(DesktopPrefs * prefs)
|
||||||
desktop->prefs.alignment = DESKTOP_ALIGNMENT_VERTICAL;
|
desktop->prefs.alignment = DESKTOP_ALIGNMENT_VERTICAL;
|
||||||
desktop->prefs.icons = DESKTOP_ICONS_FILES;
|
desktop->prefs.icons = DESKTOP_ICONS_FILES;
|
||||||
desktop->prefs.monitor = -1;
|
desktop->prefs.monitor = -1;
|
||||||
|
desktop->prefs.popup = -1;
|
||||||
desktop->prefs.window = -1;
|
desktop->prefs.window = -1;
|
||||||
if(prefs != NULL)
|
if(prefs != NULL)
|
||||||
desktop->prefs = *prefs;
|
desktop->prefs = *prefs;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user