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

@@ -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