mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed #3862 - option to close the window when closing all tabs
This commit is contained in:
@@ -313,6 +313,15 @@ h3.mt-4(translate) Tabs
|
||||
(ngModelChange)='config.save();',
|
||||
)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
.title(translate) Close the window after closing the last tab
|
||||
|
||||
toggle(
|
||||
[(ngModel)]='config.store.appearance.lastTabClosesWindow',
|
||||
(ngModelChange)='config.save();',
|
||||
)
|
||||
|
||||
h3.mt-4(translate) Panes
|
||||
|
||||
.form-line()
|
||||
|
Reference in New Issue
Block a user