bug fixes
This commit is contained in:
4
static/app.js
Normal file → Executable file
4
static/app.js
Normal file → Executable 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
0
static/images/logo_white.png
Normal file → Executable file
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
0
static/style.css
Normal file → Executable file
0
static/style.css
Normal file → Executable file
Reference in New Issue
Block a user