mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for text options not showing after multi-gen when refreshing web page.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user