mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for chat mode name not syncing to server
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<!---Bottom Row---->
|
<!---Bottom Row---->
|
||||||
<span class="setting_item" style="height: 25px;">
|
<span class="setting_item" style="height: 25px;">
|
||||||
<input autocomplete="off" id="var_sync_story_chatname" class="var_sync_story_chatname settings_select" onclick="sync_to_server(this);">
|
<input autocomplete="off" id="var_sync_story_chatname" class="var_sync_story_chatname settings_select" onchange="sync_to_server(this);">
|
||||||
</span>
|
</span>
|
||||||
<!---Slider Labels--->
|
<!---Slider Labels--->
|
||||||
<span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span>
|
<span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span>
|
||||||
|
Reference in New Issue
Block a user