diff --git a/INT69DC_7C/Forms/FormInformation.cs b/INT69DC_7C/Forms/FormInformation.cs index 2afca3d..fe40ffe 100644 --- a/INT69DC_7C/Forms/FormInformation.cs +++ b/INT69DC_7C/Forms/FormInformation.cs @@ -140,7 +140,7 @@ namespace INT69DC_7C.Forms } private void DefaultSetting() { - this.labelDisplayVer.Text = "11.4.3"; + this.labelDisplayVer.Text = "11.4.4"; if(this.ParentForm.SystemConfig.EquipmentMode == 7) this.labelTitleMainboardName.Text = "INT68M-2A"; else diff --git a/INT69DC_7C/Forms/FormMainDisplay.cs b/INT69DC_7C/Forms/FormMainDisplay.cs index cdba623..b915e30 100644 --- a/INT69DC_7C/Forms/FormMainDisplay.cs +++ b/INT69DC_7C/Forms/FormMainDisplay.cs @@ -1043,7 +1043,8 @@ namespace INT69DC_7C.Forms } public void Part11AutomaticLogoutReset() { - UserManager.UserManager_AutoLogoutTimeoutReset(); + if (this.ParentForm.SystemConfig.IsPart11 == true) + UserManager.UserManager_AutoLogoutTimeoutReset(); } public void UpdateDisplayUser(UserItem user) diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index a2340d2..b16a164 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -15,6 +15,18 @@ ¸ÖƼÇü 8,10,12¿­ ÄÁº£¾î/½ºÆ½ °è·®±â */ +@ Ver 11.4.4 by LSJ + - 2024.10.08 + - Ver 11.4.3 Modify + - Framework : SmartX Framework V3.1.1(update: 2019.03.21) + - V11.4.1 Ãß°¡ ¼öÁ¤ + (¹ö±×¼öÁ¤)´Ü¼ø ·Î±×ÀÎ ½Ã, ÀÚµ¿ ·Î±×¾Æ¿ô ±â´É ½ÇÇàµÇ´Â ¹ö±× ¼öÁ¤ + -> ·Î±×ÀÎ ½Ã Çѹø UserManager_AutoLogoutTimeoutPause() È£Ãâ ÇÔ + ´Ù¸¥ ¹öÆ° ±â´É »ç¿ë ½Ã Part11AutomaticLogoutReset()À» ½ÇÇàÇϸ鼭 ÀÚµ¿·Î±×¾Æ¿ô ŸÀÌ¸Ó À絿ÀÛÇÔ + + Part11AutomaticLogoutReset() È£Ã⠽à + Part11 ±â´É »ç¿ë ½Ã¸¸ Reset µÇµµ·Ï ¼öÁ¤ÇÔ + @ Ver 11.4.3 by LSJ - 2024.09.09 - Ver 11.4.2 Modify