mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
add osmod (oscam-smod); drop cs2gbox and newcs
Origin commit data
------------------
Commit: 6c4f2be6d5
Author: Knicko007 <knicko@glj.servebbs.com>
Date: 2019-06-25 (Tue, 25 Jun 2019)
This commit is contained in:
@@ -174,12 +174,11 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
g_settings.font_scaling_y = 100;
|
||||
}
|
||||
else if (strstr(filename, "mgcamd") ||
|
||||
strstr(filename, "newcs") ||
|
||||
strstr(filename, "doscam") ||
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "osmod") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cccam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
CHintBox hintbox(LOCALE_CAMD_CONTROL, g_Locale->getText(LOCALE_CAMD_MSG_START));
|
||||
@@ -222,12 +221,11 @@ bool CFlagFileNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
g_settings.font_scaling_y = 105;
|
||||
}
|
||||
else if (strstr(filename, "mgcamd") ||
|
||||
strstr(filename, "newcs") ||
|
||||
strstr(filename, "doscam") ||
|
||||
strstr(filename, "ncam") ||
|
||||
strstr(filename, "osmod") ||
|
||||
strstr(filename, "oscam") ||
|
||||
strstr(filename, "cccam") ||
|
||||
strstr(filename, "cs2gbox") ||
|
||||
strstr(filename, "gbox"))
|
||||
{
|
||||
CHintBox hintbox(LOCALE_CAMD_CONTROL, g_Locale->getText(LOCALE_CAMD_MSG_STOP));
|
||||
|
Reference in New Issue
Block a user