mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added saveas option for saving without metadata information
Fixed redo on an empty story erroring Fixed redo when you're at the current end of a chain causing an error
This commit is contained in:
@@ -229,7 +229,9 @@
|
||||
<div class="popuptitletext">Enter Name For Save</div>
|
||||
</div>
|
||||
<div class="aidgpopupcontent">
|
||||
<input class="form-control" type="text" placeholder="Save Name" id="savename">
|
||||
<input class="form-control" type="text" placeholder="Save Name" id="savename"><br>
|
||||
<input type="checkbox" data-toggle="toggle" data-onstyle="success" id="savepins" checked>
|
||||
<div class="box-label">Save Pin Information</div>
|
||||
</div>
|
||||
<div class="popuperror hidden">
|
||||
<span></span>
|
||||
|
Reference in New Issue
Block a user