1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: use layout saved when option weechat.look.save_layout_on_exit is enabled (so it is automatically restored when WeeChat restarts)

This commit is contained in:
Sebastien Helleu
2013-03-29 07:59:23 +01:00
parent 5dbda28263
commit 33e7ad43d6
+3
View File
@@ -790,6 +790,9 @@ gui_layout_save_on_exit ()
default:
break;
}
/* use layout, so it will be used after restart of WeeChat */
gui_layout_current = ptr_layout;
}
/*