Branding: User logo / logo title

This commit is contained in:
RainLoop Team
2015-04-29 00:28:30 +04:00
parent 56a11e5833
commit 86295f6e5b
11 changed files with 92 additions and 28 deletions

View File

@@ -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;