updated autoconnect to reference nai_settings.api_novel_key

This commit is contained in:
RossAsscends
2023-03-22 00:22:00 +09:00
parent 15af85c77d
commit 2e9a36b0cc

View File

@ -220,7 +220,7 @@ function RA_autoconnect() {
}
break;
case 'novel':
if (api_key_novel) {
if (nai_settings.api_key_novel) {
$("#api_button_novel").click();
retry_delay = 100;
RA_AC_retries = 1;