Adding favicon animation and color codes

This commit is contained in:
Gaël Métais
2021-01-03 21:44:47 +00:00
parent 576dac3aff
commit 294c5ab06d
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ settingsService.factory('Settings', ['localStorageService', function(localStorag
getMergedSettings: function() {
var defaultSettings = {
device: 'mobile',
device: 'phone',
showAdvanced: false
};