mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/vfd_setup.cpp: disable display settings on trinity too
This commit is contained in:
@@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup()
|
||||
{
|
||||
width = w_max (40, 10);
|
||||
dim_time = NULL;
|
||||
vfd_enabled = (cs_get_revision() != 10);
|
||||
vfd_enabled = (cs_get_revision() != 10) && (cs_get_revision() != 11);
|
||||
}
|
||||
|
||||
CVfdSetup::~CVfdSetup()
|
||||
|
Reference in New Issue
Block a user