This commit is contained in:
ebolam
2022-10-06 19:22:59 -04:00
4 changed files with 7 additions and 2 deletions

View File

@@ -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,

View File

@@ -2480,7 +2480,7 @@ h2 .material-icons-outlined {
.section_header {
margin-left: 2px;
margin-bottom: 4px;
margin-bottom: 2px;
}
.help_text {

View File

@@ -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">

View File

@@ -0,0 +1 @@
div#Auto-Memory { display: none; }