add the shade button to the default layout
This commit is contained in:
parent
168e75cf41
commit
5b323a9364
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ static void layout_title(ObFrame *self)
|
|||
n = d = i = l = m = c = s = FALSE;
|
||||
|
||||
if (!config_get("titlebar.layout", Config_String, &layout)) {
|
||||
layout.string = "NDLIMC";
|
||||
layout.string = "NDSLIMC";
|
||||
config_set("titlebar.layout", Config_String, layout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue