Do not show nav history buttons in terminal pane

This commit is contained in:
Kirill Bulatov 2023-12-23 22:10:11 +02:00
parent e839dc5ee6
commit a249375f99
2 changed files with 33 additions and 24 deletions

View file

@ -74,6 +74,7 @@ impl TerminalPanel {
);
pane.set_can_split(false, cx);
pane.set_can_navigate(false, cx);
pane.display_nav_history_buttons(false);
pane.set_render_tab_bar_buttons(cx, move |pane, cx| {
h_stack()
.gap_2()