Enable activity panel by default

This commit is contained in:
Deluan 2020-11-13 13:44:38 -05:00 committed by Joe Stump
parent 5de51b25b4
commit 1554541168
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -162,7 +162,7 @@ func init() {
viper.SetDefault("devprecachealbumartwork", false)
viper.SetDefault("devoldcachelayout", false)
viper.SetDefault("devdisabletrackcoverart", false)
viper.SetDefault("devactivitymenu", false)
viper.SetDefault("devactivitymenu", true)
}
func InitConfig(cfgFile string) {