Fix for text options not showing after multi-gen when refreshing web page.

This commit is contained in:
ebolam
2023-09-05 19:20:35 -04:00
parent 4260fa60ad
commit bcfe5c7fdd

View File

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