mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Branding: User logo / logo title
This commit is contained in:
parent
56a11e5833
commit
86295f6e5b
11 changed files with 92 additions and 28 deletions
|
|
@ -30,6 +30,9 @@
|
|||
{
|
||||
AbstractView.call(this, 'Right', 'SystemDropDown');
|
||||
|
||||
this.logoImg = Utils.trim(Settings.settingsGet('UserLogo'));
|
||||
this.logoTitle = Utils.trim(Settings.settingsGet('UserLogoTitle'));
|
||||
|
||||
this.currentAudio = AppStore.currentAudio;
|
||||
|
||||
this.accountEmail = AccountStore.email;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue