mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Release glass style
This commit is contained in:
parent
7ffa5af91f
commit
155f4b6df2
12 changed files with 36 additions and 69 deletions
|
|
@ -332,6 +332,11 @@ class AbstractApp extends AbstractBoot
|
|||
leftPanelDisabled(false);
|
||||
});
|
||||
|
||||
if (Settings.appSettingsGet('loginGlassStyle'))
|
||||
{
|
||||
$html.addClass('glass');
|
||||
}
|
||||
|
||||
if (!mobile)
|
||||
{
|
||||
ssm.addState({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue