Enable the popup menu by default

This commit is contained in:
Pierre Pronchery 2018-11-01 11:22:12 -03:00
parent c254d56fc8
commit d3b275ca72

View File

@ -291,6 +291,7 @@ Desktop * desktop_new(DesktopPrefs * prefs)
desktop->prefs.alignment = DESKTOP_ALIGNMENT_VERTICAL;
desktop->prefs.icons = DESKTOP_ICONS_FILES;
desktop->prefs.monitor = -1;
desktop->prefs.popup = -1;
desktop->prefs.window = -1;
if(prefs != NULL)
desktop->prefs = *prefs;