mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
Y_Settings_glcd.yhtm: fix neutrino.conf pfad
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3d2a48acd
Author: max_10 <max_10@gmx.de>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Origin message was:
------------------
- Y_Settings_glcd.yhtm: fix neutrino.conf pfad
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -13,16 +13,16 @@
|
|||||||
function do_init()
|
function do_init()
|
||||||
{
|
{
|
||||||
var val = "";
|
var val = "";
|
||||||
obj_set_radio_value('glcd_enable', "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_enable;1~open=}");
|
obj_set_radio_value('glcd_enable', "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_enable;1~open=}");
|
||||||
obj_set_radio_value('glcd_inverse', "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_inverse;0~cache=}");
|
obj_set_radio_value('glcd_inverse', "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_inverse;0~cache=}");
|
||||||
|
|
||||||
val = "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_brightness_dim;5~cache=}";
|
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_brightness_dim;5~cache=}";
|
||||||
document.f.glcd_brightness_dim.value = val;
|
document.f.glcd_brightness_dim.value = val;
|
||||||
val = "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_brightness_dim_time;15~cache=}";
|
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_brightness_dim_time;15~cache=}";
|
||||||
document.f.glcd_.brightness_dim_time.value = val;
|
document.f.glcd_.brightness_dim_time.value = val;
|
||||||
val = "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_brightness;7~cache=}";
|
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_brightness;7~cache=}";
|
||||||
document.f.glcd_brightness.value = val;
|
document.f.glcd_brightness.value = val;
|
||||||
val = "{=ini-get:/etc/neutrino/config/neutrino.conf;glcd_brightness_standby;1~cache=}";
|
val = "{=ini-get:%(CONFIGDIR)/neutrino.conf;glcd_brightness_standby;1~cache=}";
|
||||||
document.f.glcd_brightness_standby.value = val;
|
document.f.glcd_brightness_standby.value = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user