mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fixed poe loading orbit
This commit is contained in:
@@ -208,7 +208,7 @@ async function onConnectClick() {
|
|||||||
|
|
||||||
function setButtonState(value) {
|
function setButtonState(value) {
|
||||||
is_poe_button_press = value;
|
is_poe_button_press = value;
|
||||||
$("#api_loading_poe").css("display", value ? 'block' : 'none');
|
$("#api_loading_poe").css("display", value ? 'inline-block' : 'none');
|
||||||
$("#poe_connect").css("display", value ? 'none' : 'block');
|
$("#poe_connect").css("display", value ? 'none' : 'block');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user