- keybind-setup: fix/introduce g_settings.bouquetlist_mode

Conflicts:
	src/neutrino.cpp
	version_pseudo.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-12-14 11:11:25 +01:00
committed by Thilo Graf
parent b725ab9210
commit bea4660ebf
9 changed files with 56 additions and 16 deletions

View File

@@ -1263,6 +1263,12 @@ struct SNeutrinoSettings
INFOBAR = 3
};
enum BOUQUETLIST_MODES
{
CHANNELLIST = 0,
FAVORITES = 1
};
int mode_left_right_key_tv;
};