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:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user