This commit is contained in:
e2002
2022-03-01 09:47:23 +03:00
parent 4fb4c1ffd5
commit 9781cf5043
3 changed files with 5 additions and 2 deletions

View File

@@ -188,6 +188,9 @@ _\*this step can be skipped if you add WiFiSSID WiFiPassword pairs to the [yoRad
---
## Version history
#### v0.4.298
- fixed playlist scrollbar in Chrome
#### v0.4.297
- fix _"Could not decode a text frame as UTF-8"_ websocket error _//Thanks for [Verholazila](https://4pda.to/forum/index.php?s=&showtopic=1010378&view=findpost&p=113551446)_
- fix display of non-latin characters in the web interface

View File

@@ -447,7 +447,7 @@ input[type=range]::-moz-range-track {
scrollbar-color: #e3d25f #000;
scrollbar-width: thin;
}
#playlist::-webkit-scrollbarr {
#playlist::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #000;

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.4.297"
#define VERSION "0.4.298"
#if __has_include("myoptions.h")
#include "myoptions.h" // <- write your variable values here