check tabs before closing the window (fixes #520)

This commit is contained in:
Eugene Pankov
2018-11-22 17:51:12 +01:00
parent 12d1fb9334
commit eb81b9fd01
6 changed files with 40 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
tr(*ngFor='let hotkey of hotkeyDescriptions|filterBy:["name"]:hotkeyFilter')
td {{hotkey.name}}
td {{hotkey.id}}
td
td.pr-5
multi-hotkey-input(
[model]='getHotkey(hotkey.id)',
(modelChange)='setHotkey(hotkey.id, $event); config.save(); docking.dock()'