mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
Fix duplicate call by mistake
This commit is contained in:
parent
2a00e98ec5
commit
c18a845f64
@ -658,10 +658,6 @@ function setLive2dState(switch_var){
|
||||
extension_settings.expressions.live2d = switch_var; // Store setting
|
||||
saveSettingsDebounced();
|
||||
|
||||
live2dcheck().then(result => {
|
||||
//console.log(result);
|
||||
});
|
||||
|
||||
live2dcheck().then(result => {
|
||||
if (result) {
|
||||
//console.log("Live2d exists!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user