mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Trial key
This commit is contained in:
parent
286ab567af
commit
c253b7c4bd
8 changed files with 40 additions and 10 deletions
|
|
@ -27,6 +27,8 @@
|
|||
});
|
||||
|
||||
this.interfaceAnimation.valueHasMutated();
|
||||
|
||||
this.prem = ko.observable(false);
|
||||
}
|
||||
|
||||
AppStore.prototype.populate = function()
|
||||
|
|
@ -35,6 +37,8 @@
|
|||
this.allowLanguagesOnSettings(!!Settings.settingsGet('AllowLanguagesOnSettings'));
|
||||
|
||||
this.interfaceAnimation(!!Settings.settingsGet('InterfaceAnimation'));
|
||||
|
||||
this.prem(!!Settings.settingsGet('PremType'));
|
||||
};
|
||||
|
||||
module.exports = AppStore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue