mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Disable Activity Panel by default.
You'll need to set `DevActivityPanel` (or `ND_DEVACTIVITYPANEL`) to `true` to re-enable it
This commit is contained in:
parent
5137407377
commit
63171368ed
5 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ type configOptions struct {
|
|||
DevPreCacheAlbumArtwork bool
|
||||
DevFastAccessCoverArt bool
|
||||
DevOldCacheLayout bool
|
||||
DevActivityMenu bool
|
||||
DevActivityPanel bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
|
@ -143,7 +143,7 @@ func init() {
|
|||
viper.SetDefault("devprecachealbumartwork", false)
|
||||
viper.SetDefault("devoldcachelayout", false)
|
||||
viper.SetDefault("devFastAccessCoverArt", false)
|
||||
viper.SetDefault("devactivitymenu", true)
|
||||
viper.SetDefault("devactivitypanel", false)
|
||||
}
|
||||
|
||||
func InitConfig(cfgFile string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue