Add flag to enable activity menu
This commit is contained in:
@@ -51,6 +51,7 @@ type configOptions struct {
|
||||
DevPreCacheAlbumArtwork bool
|
||||
DevDisableTrackCoverArt bool
|
||||
DevOldCacheLayout bool
|
||||
DevActivityMenu bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
@@ -138,6 +139,7 @@ func init() {
|
||||
viper.SetDefault("devprecachealbumartwork", false)
|
||||
viper.SetDefault("devoldcachelayout", false)
|
||||
viper.SetDefault("devdisabletrackcoverart", false)
|
||||
viper.SetDefault("devactivitymenu", false)
|
||||
}
|
||||
|
||||
func InitConfig(cfgFile string) {
|
||||
|
||||
Reference in New Issue
Block a user