mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 17:03:34 +02:00
movieplayer: add possibility to disable timeosd while searching
Origin commit data
------------------
Commit: 2fdc3a981e
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-13 (Sun, 13 Jan 2019)
Origin message was:
------------------
- movieplayer: add possibility to disable timeosd while searching
This commit is contained in:
@@ -134,6 +134,10 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
|
||||
mc->setHint("", LOCALE_MENU_HINT_MOVIEPLAYER_DISPLAY_PLAYTIME);
|
||||
mediaSetup->addItem(mc);
|
||||
|
||||
mc = new CMenuOptionChooser(LOCALE_MOVIEPLAYER_TIMEOSD_WHILE_SEARCHING, &g_settings.movieplayer_timeosd_while_searching, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
|
||||
mc->setHint("", LOCALE_MENU_HINT_MOVIEPLAYER_TIMEOSD_WHILE_SEARCHING);
|
||||
mediaSetup->addItem(mc);
|
||||
|
||||
int res = mediaSetup->exec (NULL, "");
|
||||
selected = mediaSetup->getSelected();
|
||||
delete mediaSetup;
|
||||
|
Reference in New Issue
Block a user