Set the default layout to be 'default'
This commit is contained in:
parent
102463acb3
commit
3444087941
|
@ -94,6 +94,9 @@ WM_WINDOW_ROLE property on the window')
|
||||||
options.working_directory)
|
options.working_directory)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
if options.layout is None:
|
||||||
|
options.layout = 'default'
|
||||||
|
|
||||||
configobj.options_set(options)
|
configobj.options_set(options)
|
||||||
|
|
||||||
if util.DEBUG == True:
|
if util.DEBUG == True:
|
||||||
|
|
Loading…
Reference in New Issue