Skip to content

Commit

Permalink
Save current tabs, tab-zooms when is focus in (necessary when was clo…
Browse files Browse the repository at this point in the history
…sed another terminal)
  • Loading branch information
ldrahnik committed Oct 30, 2023
1 parent 2cebd34 commit db5843a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ namespace Terminal {
if (focus_timeout == 0) {
focus_timeout = Timeout.add (20, () => {
focus_timeout = 0;
save_opened_terminals_with_zooms ();
return Source.REMOVE;
});
}
Expand Down

0 comments on commit db5843a

Please sign in to comment.