mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Enable activity panel by default
This commit is contained in:
parent
84cd6b7f34
commit
a4ef31251d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue