mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Bugfix: plugin config failed
This commit is contained in:
parent
bba0ac150a
commit
0fa0b975ef
2 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class PluginPopupView extends AbstractViewPopup {
|
|||
this.configures = ko.observableArray();
|
||||
|
||||
this.hasReadme = ko.computed(() => !!this.readme());
|
||||
this.hasConfiguration = ko.computed(() => 0 < this.configures.length);
|
||||
this.hasConfiguration = ko.computed(() => 0 < this.configures().length);
|
||||
|
||||
this.bDisabeCloseOnEsc = true;
|
||||
this.sDefaultKeyScope = KeyState.All;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue