bug fixes

This commit is contained in:
Neythen
2021-12-06 20:10:14 +00:00
parent f7581a58ab
commit 19e4c61e63
1269 changed files with 46 additions and 34 deletions

4
static/app.js Normal file → Executable file
View File

@@ -1359,10 +1359,10 @@ window.onload = () => {
(hostNameText.innerText = getHostName) &&
(hostNameInput.value = getHostName);
getBrightness && (brightnessInput.value = getBrightness);
//getBrightness && (brightnessInput.value = getBrightness);
//getWifiSsid && (wifiSsidInput.value = getWifiSsid);
//getWifiPass && (wifiPassInput.value = getWifiPass);
getCountryCode && (countryCodeInput.value = getCountryCode);
//getCountryCode && (countryCodeInput.value = getCountryCode);
let getDispayFormat = localStorage.getItem("displayFormat");
getDispayFormat && (displayFormatDropDown.value = getDispayFormat);

0
static/images/logo_white.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

0
static/style.css Normal file → Executable file
View File