Add a new Desktop HP device (large DPR2 screen)

This commit is contained in:
Gaël Métais
2020-10-04 10:09:06 +02:00
parent 2d2da6e939
commit f62e9baa4a
10 changed files with 32 additions and 60 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ settingsService.factory('Settings', ['localStorageService', function(localStorag
getMergedSettings: function() {
var defaultSettings = {
device: 'desktop',
device: 'mobile',
showAdvanced: false
};