diff options
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c index e3e811a..63d5937 100644 --- a/src/settings.c +++ b/src/settings.c @@ -137,6 +137,8 @@ void BarSettingsRead (BarSettings_t *settings) { {'i', BarUiActSongInfo, "print verbose information about current song", "act_songinfo", NULL}, + {'j', BarUiActAddSharedStation, "add shared station", + "act_addshared", NULL}, {'m', BarUiActMoveSong, "move song to different station", "act_songmove", NULL}, {'n', BarUiActSkipSong, "next song", "act_songnext", NULL}, |