From 24594160d2e28a7b0841dcf94a8bf59a9437d834 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:33:13 +0300 Subject: [PATCH] Renamed "Insert Depth" to "AN Depth" --- gensettings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gensettings.py b/gensettings.py index 2462c13e..eb03cb03 100644 --- a/gensettings.py +++ b/gensettings.py @@ -483,7 +483,7 @@ gensettingstf = [ "UI_V2_Only": True, "uitype": "slider", "unit": "int", - "label": "Insert Depth", + "label": "AN Depth", "id": "singleline", "min": 0, "max": 5, @@ -834,4 +834,4 @@ formatcontrols = [{ "label": "Single Line", "id": "singleline", "tooltip": "Only allows the AI to output anything before the enter" - }] \ No newline at end of file + }]