Fix the comment for settings.pulseaudio
This commit is contained in:
parent
6b871898d8
commit
32203f8117
2
nncmpp.c
2
nncmpp.c
|
@ -1338,7 +1338,7 @@ static struct config_schema g_config_settings[] =
|
||||||
|
|
||||||
#ifdef WITH_PULSE
|
#ifdef WITH_PULSE
|
||||||
{ .name = "pulseaudio",
|
{ .name = "pulseaudio",
|
||||||
.comment = "Visualizer feed data format",
|
.comment = "Look up MPD in PulseAudio for improved volume controls",
|
||||||
.type = CONFIG_ITEM_BOOLEAN,
|
.type = CONFIG_ITEM_BOOLEAN,
|
||||||
.default_ = "off" },
|
.default_ = "off" },
|
||||||
#endif // WITH_PULSE
|
#endif // WITH_PULSE
|
||||||
|
|
Loading…
Reference in New Issue