Separate settings for lastN for desktop and mobile

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-04 10:58:41 +02:00
parent abb5b2b231
commit 72c25b212c
2 changed files with 11 additions and 7 deletions
+4 -3
View File
@@ -17,11 +17,12 @@ var config =
{
tcp : true
},
lastN : 4,
background : 'images/background.jpg',
lastN : 4,
mobileLastN : 1,
background : 'images/background.jpg',
// Add file and uncomment for adding logo to appbar
// logo : 'images/logo.svg',
theme :
theme :
{
palette :
{