moviebrowser: add switch for cut of text inside rows, default enabled

Origin commit data
------------------
Branch: ni/coolstream
Commit: 52f85ed3d0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-05-05 (Sun, 05 May 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-05-05 16:00:00 +02:00
committed by vanhofen
parent 0c52628059
commit fcd10f6302
4 changed files with 11 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ typedef struct
MB_INFO_ITEM browserRowItem[MB_MAX_ROWS];
int browserRowWidth[MB_MAX_ROWS];
int browserAdditional;
int browserCutLongRowText;
// to be added to config later
int lastPlayMaxItems;