mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 15:31:53 +00:00
#185 - 3rd parameter "is_preview" to render function
This commit is contained in:
parent
b5db71661a
commit
f9408070fe
@ -403,7 +403,7 @@ class Base_gui_class {
|
||||
}
|
||||
|
||||
for(var i in config.themes){
|
||||
document.querySelector('body').classList.remove('theme-' + config.themes[i]);
|
||||
document.querySelector('body').classList.remove('theme-' + config.themes[i]);
|
||||
}
|
||||
document.querySelector('body').classList.add('theme-' + theme_name);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user