diff --git a/procentric/application/lib/hoteltv.js b/procentric/application/lib/hoteltv.js index 6c6c72d..793f9b9 100755 --- a/procentric/application/lib/hoteltv.js +++ b/procentric/application/lib/hoteltv.js @@ -214,8 +214,8 @@ HotelTV.Init = async function() { HotelTV.ui_utils.SetBusy(true); const __ifxn_showFatalErr_Network = function() { - let _tmval = 10; - setTimeout(HotelTV.hal.Reboot, 10000); + let _tmval = 30; + setTimeout(HotelTV.hal.Reboot, 29000); HotelTV.ui_utils.SetBusy(false); HotelTV.ui_utils.ShowErrMsg(true, "system.error.get-devinfo", @@ -320,8 +320,8 @@ HotelTV.Init = async function() { console.log("System Need to Reboot"); HotelTV.ui_utils.SetBusy(false); - let _tmval = 20; - setTimeout(HotelTV.hal.Reboot, 20000); + let _tmval = 30; + setTimeout(HotelTV.hal.Reboot, 29000); HotelTV.ui_utils.ShowErrMsg(true, "system.info.change-configuration", "SYSTEM INFO", diff --git a/procentric/application/theme/HIM00001/images/bt_language_tab_focus.png b/procentric/application/theme/HIM00001/images/bt_language_tab_focus.png index b9835e8..3438451 100755 Binary files a/procentric/application/theme/HIM00001/images/bt_language_tab_focus.png and b/procentric/application/theme/HIM00001/images/bt_language_tab_focus.png differ diff --git a/procentric/application/theme/HIM00001/images/bt_language_tab_unfocus.png b/procentric/application/theme/HIM00001/images/bt_language_tab_unfocus.png index 8e6bab8..403d15f 100755 Binary files a/procentric/application/theme/HIM00001/images/bt_language_tab_unfocus.png and b/procentric/application/theme/HIM00001/images/bt_language_tab_unfocus.png differ