mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 02:39:13 +01:00 
			
		
		
		
	fix: customCSS default value was still a string, causing new users to have settings issues
This commit is contained in:
		@@ -13,7 +13,7 @@ export const settingsStore = new Store({
 | 
			
		||||
    apiSettings: {
 | 
			
		||||
      port: 47836,
 | 
			
		||||
    },
 | 
			
		||||
    customCSS: "",
 | 
			
		||||
    customCSS: [],
 | 
			
		||||
    disableBackgroundThrottle: true,
 | 
			
		||||
    disableHardwareMediaKeys: false,
 | 
			
		||||
    enableCustomHotkeys: false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user