slore
Results
44
comments of
slore
>like 28 px on WinXShell? **WinXShell.jcfg** has the height and icon settings, try to change the `smallicon` be `true` and `height` be `28` as you wish. ```json "JS_TASKBAR": { "visible":...
It is not hard to build on Windows, just some variables are not initialize to NULL that cause the build error. **lua-build.bat** ```bat set LUA=lua-5.4.7 set LUA_CJSON=lua-cjson-2.1.0 set "MSBUILD_PATH=Program Files\Microsoft...