v0.4.323
This commit is contained in:
@@ -165,12 +165,12 @@ function onRangeBalChange(el){
|
||||
}
|
||||
function showSettings(){
|
||||
document.getElementById('pleditorwrap').hidden=true;
|
||||
document.getElementById('equalizerbg').hidden=true;
|
||||
document.getElementById('equalizerbg').setAttribute('class','hidden');
|
||||
document.getElementById('settings').hidden=false;
|
||||
}
|
||||
function showEditor(){
|
||||
document.getElementById('settings').hidden=true;
|
||||
document.getElementById('equalizerbg').hidden=true;
|
||||
document.getElementById('equalizerbg').setAttribute('class','hidden');
|
||||
initPLEditor();
|
||||
document.getElementById('pleditorwrap').hidden=false;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.4.322"
|
||||
#define VERSION "0.4.323"
|
||||
|
||||
#if __has_include("myoptions.h")
|
||||
#include "myoptions.h" // <- write your variable values here
|
||||
|
||||
Reference in New Issue
Block a user