mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
gui/vfd_setup.cpp: disable display settings on trinity too
Origin commit data
------------------
Branch: ni/coolstream
Commit: d8b5979018
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-07 (Wed, 07 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup()
|
|||||||
{
|
{
|
||||||
width = w_max (40, 10);
|
width = w_max (40, 10);
|
||||||
dim_time = NULL;
|
dim_time = NULL;
|
||||||
vfd_enabled = (cs_get_revision() != 10);
|
vfd_enabled = (cs_get_revision() != 10) && (cs_get_revision() != 11);
|
||||||
}
|
}
|
||||||
|
|
||||||
CVfdSetup::~CVfdSetup()
|
CVfdSetup::~CVfdSetup()
|
||||||
|
Reference in New Issue
Block a user