Skip to content

Commit

Permalink
Fixed reorder action needs save tab-zooms aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Oct 30, 2023
1 parent 24ce4cc commit 21c27f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ namespace Terminal {
terminals.remove (terminal_widget);
terminals.insert (terminal_widget, new_pos);

save_opened_terminals ();
save_opened_terminals_with_zooms ();
}

private void on_tab_restored (string label, string restore_key, GLib.Icon? icon) {
Expand Down

0 comments on commit 21c27f5

Please sign in to comment.