Do not show nav history buttons in terminal pane
This commit is contained in:
parent
e839dc5ee6
commit
a249375f99
2 changed files with 33 additions and 24 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue