mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Set minimum time to display in Plugin Setup from 120 to 60 minutes
This commit is contained in:
parent
6285d8a85a
commit
dad778ee7b
1
HISTORY
1
HISTORY
@ -128,3 +128,4 @@ Version 1.2.0
|
||||
down directly with left / right. A recording is triggered now with the
|
||||
red key.
|
||||
- Added possibility to create a recording from search timer result list
|
||||
- Set minimum time to display in Plugin Setup from 120 to 60 minutes
|
||||
|
2
setup.c
2
setup.c
@ -206,7 +206,7 @@ void cMenuSetupGeneral::Set(void) {
|
||||
if (themes.NumThemes())
|
||||
Add(new cMenuEditStraItem(cString::sprintf("%s%s", *indent, tr("Theme")), &tmpTvguideConfig->themeIndex, themes.NumThemes(), themes.Descriptions()));
|
||||
}
|
||||
Add(new cMenuEditIntItem(tr("Time to display in minutes"), &tmpTvguideConfig->displayTime, 120, 320));
|
||||
Add(new cMenuEditIntItem(tr("Time to display in minutes"), &tmpTvguideConfig->displayTime, 60, 320));
|
||||
Add(new cMenuEditBoolItem(tr("Rounded Corners"), &tmpTvguideConfig->roundedCorners));
|
||||
|
||||
Add(new cMenuEditStraItem(tr("Channel Jump Mode (Keys Green / Yellow)"), &tmpTvguideConfig->channelJumpMode, 2, jumpMode));
|
||||
|
Loading…
Reference in New Issue
Block a user