mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- audioplayer/screensaver: add gui switch to use covers as screensaver
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -134,6 +134,10 @@ int CAudioPlayerSetup::showAudioPlayerSetup()
|
||||
mc->setHint("", LOCALE_MENU_HINT_AUDIOPLAYER_PLAYLIST);
|
||||
audioplayerSetup->addItem(mc);
|
||||
|
||||
mc = new CMenuOptionChooser(LOCALE_AUDIOPLAYER_COVER_AS_SCREENSAVER, &g_settings.audioplayer_cover_as_screensaver, MESSAGEBOX_NO_YES_OPTIONS, MESSAGEBOX_NO_YES_OPTION_COUNT, true);
|
||||
mc->setHint("", LOCALE_MENU_HINT_AUDIOPLAYER_COVER_AS_SCREENSAVER);
|
||||
audioplayerSetup->addItem(mc);
|
||||
|
||||
mc = new CMenuOptionChooser(LOCALE_AUDIOPLAYER_HIGHPRIO, &g_settings.audioplayer_highprio, MESSAGEBOX_NO_YES_OPTIONS, MESSAGEBOX_NO_YES_OPTION_COUNT, true );
|
||||
mc->setHint("", LOCALE_MENU_HINT_AUDIOPLAYER_HIGHPRIO);
|
||||
audioplayerSetup->addItem(mc);
|
||||
|
Reference in New Issue
Block a user