new profile system

This commit is contained in:
Eugene Pankov
2021-07-04 12:23:27 +02:00
parent 38b7e44f64
commit 92b34fbc08
104 changed files with 2029 additions and 2205 deletions

View File

@@ -100,7 +100,7 @@ h3.mb-3 Terminal
.title Restore terminal tabs on app start
toggle(
[(ngModel)]='config.store.terminal.recoverTabs',
[(ngModel)]='config.store.recoverTabs',
(ngModelChange)='config.save()',
)