mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -540,7 +540,7 @@ gensettingstf = [
|
||||
"UI_V2_Only": True,
|
||||
"uitype": "toggle",
|
||||
"unit": "bool",
|
||||
"label": "Model in memory",
|
||||
"label": "Model in Memory",
|
||||
"id": "keep_img_gen_in_memory",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
|
@@ -2480,7 +2480,7 @@ h2 .material-icons-outlined {
|
||||
|
||||
.section_header {
|
||||
margin-left: 2px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.help_text {
|
||||
|
@@ -407,6 +407,10 @@
|
||||
<span>Hide text highlighting</span>
|
||||
<input type=checkbox class="setting_item_input" data-size="mini" data-onstyle="success" data-toggle="toggle">
|
||||
</div>
|
||||
<div class="tweak-container" tweak-path="hide-auto-memory">
|
||||
<span>Hide auto memory</span>
|
||||
<input type=checkbox class="setting_item_input" data-size="mini" data-onstyle="success" data-toggle="toggle">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="settings_footer" class="settings_footer">
|
||||
|
1
themes/tweaks/hide-auto-memory.css
Normal file
1
themes/tweaks/hide-auto-memory.css
Normal file
@@ -0,0 +1 @@
|
||||
div#Auto-Memory { display: none; }
|
Reference in New Issue
Block a user