mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-06 01:24:20 +03:00
Enable persistent tab bar through tab_always_show option
This commit is contained in:
parent
0c54f2a902
commit
083b7c0233
@ -3428,7 +3428,7 @@ void gui_window_destroy(struct gui_window *g)
|
||||
g->shared->tabs--;
|
||||
ami_switch_tab(g->shared,true);
|
||||
|
||||
if((g->shared->tabs == 1) && (nsoption_bool(tab_always_show)))
|
||||
if((g->shared->tabs == 1) && (nsoption_bool(tab_always_show) == false))
|
||||
ami_toggletabbar(g->shared, false);
|
||||
|
||||
ami_utf8_free(g->tabtitle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user