some ui tweaks
- scrollbar collapse is now on chrome-top as show/hide library - adjusted rollover effect for nav playback-buttons
This commit is contained in:
parent
0f1f6c1e8f
commit
6ddc59a4e5
9 changed files with 989 additions and 896 deletions
|
@ -135,7 +135,7 @@ document.addEventListener("musickitloaded", function () {
|
|||
function waitForApp() {
|
||||
if (typeof app.init !== "undefined") {
|
||||
app.init();
|
||||
if (app.cfg.visual.window_background_style == "mica") {
|
||||
if (app.cfg.visual.window_background_style == "mica" && !app.isDev) {
|
||||
app.spawnMica();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue