Merge pull request #454 from ebolam/Model_Plugins

Fix for options not showing up on refresh
This commit is contained in:
henk717
2023-09-06 03:43:46 +02:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ var supported_gen_modes = [];
var privacy_mode_enabled = false; var privacy_mode_enabled = false;
var attention_wanting_wi_bar = null; var attention_wanting_wi_bar = null;
var ai_busy = false; var ai_busy = false;
var can_show_options = false; var can_show_options = true;
var streaming = { var streaming = {
windowOpen: false, windowOpen: false,