0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[tabs] do not save state

This commit is contained in:
Witold Filipczyk 2025-01-04 19:28:51 +01:00
parent 45b438c48c
commit dc81f37010

View File

@ -417,6 +417,7 @@ populate_tabs_data(struct session *ses)
}
add_tab_item(url, title, i);
}
tab_browser.do_not_save_state = 1;
}
void