mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Release commit
This commit is contained in:
parent
86f855fa5b
commit
b01f298b7b
13 changed files with 121 additions and 42 deletions
|
|
@ -203,6 +203,10 @@
|
|||
return 0 < Globals.popupVisibilityNames().length;
|
||||
}, this);
|
||||
|
||||
Globals.popupVisibility.subscribe(function (bValue) {
|
||||
Globals.$html.toggleClass('rl-modal', bValue);
|
||||
});
|
||||
|
||||
// keys
|
||||
Globals.keyScopeReal = ko.observable(Enums.KeyState.All);
|
||||
Globals.keyScopeFake = ko.observable(Enums.KeyState.All);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue