Improving user experience + multiple fan profiles are now available

This commit is contained in:
ArabPixel
2025-11-19 21:49:38 +01:00
parent 8032ce7e33
commit 114b1f2a97
14 changed files with 158 additions and 57 deletions

View File

@@ -31,5 +31,9 @@ window.lang = {
"httpsHost": "تنفيذ الإضافات بإستخدام GoldHEN غير مدعوم حاليا, إضغط على الزر الأزرق ادناه للإنتقال الى الهوست المدعوم",
"ghVer" : "إصدارات GoldHEN",
"otherVer": "إصدارات اخرى",
"latestVer": "الأحدث"
"latestVer": "الأحدث",
"fanTitle": "سرعة المراوح",
"fanDescription": "يضبط درجة الحرارة حيث سيتم تشغيل المروحة في وضع التوربو",
"selectTemp": "قم بإختيار درجة حرارة",
"default": "الإفتراضي"
}

View File

@@ -29,7 +29,11 @@ window.lang = {
"waitingUserInput": "Waiting for user action",
"cache": "Installing Cache: ",
"httpsHost": "Loading payloads through GoldHEN's BinLoader is not possible at the moment, click the blue button below to use the supported host.",
"ghVer" : "GoldHEN Versions",
"ghVer": "GoldHEN Versions",
"otherVer": "Other versions",
"latestVer": "Latest"
"latestVer": "Latest",
"fanTitle": "Fan Threshold",
"fanDescription": "Sets the temperature threshold where the fan will kick into turbo",
"selectTemp": "Select a temperature",
"default": "Default" // Fan default string
}