mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix duplicate call by mistake
This commit is contained in:
@ -658,10 +658,6 @@ function setLive2dState(switch_var){
|
|||||||
extension_settings.expressions.live2d = switch_var; // Store setting
|
extension_settings.expressions.live2d = switch_var; // Store setting
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
|
|
||||||
live2dcheck().then(result => {
|
|
||||||
//console.log(result);
|
|
||||||
});
|
|
||||||
|
|
||||||
live2dcheck().then(result => {
|
live2dcheck().then(result => {
|
||||||
if (result) {
|
if (result) {
|
||||||
//console.log("Live2d exists!");
|
//console.log("Live2d exists!");
|
||||||
|
Reference in New Issue
Block a user