fixed #3862 - option to close the window when closing all tabs

This commit is contained in:
Eugene Pankov
2022-10-25 21:49:54 +02:00
parent 7ed7ec3cb4
commit 0ea2adf6c8
3 changed files with 16 additions and 0 deletions

View File

@@ -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()