added default library layout setting
so you can decide if you show list or grid by default
This commit is contained in:
parent
eebdb25a39
commit
fc231e1c0b
4 changed files with 15 additions and 3 deletions
|
@ -131,6 +131,7 @@ JamStash.service('globals', function (utils) {
|
|||
SaveTrackPosition: false,
|
||||
ForceFlash: false,
|
||||
Theme: "Default",
|
||||
DefaultLibraryLayout: "grid",
|
||||
AutoPlay: false,
|
||||
LoopQueue: false,
|
||||
Repeat: false,
|
||||
|
@ -247,4 +248,4 @@ JamStash.service('notifications', function ($rootScope, globals) {
|
|||
notifications[notification].cancel();
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue