UI: Possibly more clear tooltips

This commit is contained in:
somebody
2023-07-22 17:44:32 -05:00
parent ccbfad1a13
commit 432418ed1e
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ gensettingstf = [
"max": 1, "max": 1,
"step": 1, "step": 1,
"default": 0, "default": 0,
"tooltip": "Scans the AI's output for World Info keys as it is generating the one.", "tooltip": "Look for World Info keys in the AI's response while it is still being generated.",
"menu_path": "World Info", "menu_path": "World Info",
"sub_path": "", "sub_path": "",
"classname": "story", "classname": "story",

View File

@@ -97,7 +97,7 @@
<div id="story_menu_wi" class="story_category_area tab-target tab-target-story hidden"> <div id="story_menu_wi" class="story_category_area tab-target tab-target-story hidden">
<h4 class="section_header" style="margin-left: 12px;">World Info</h4> <h4 class="section_header" style="margin-left: 12px;">World Info</h4>
<div class="help_text" style="margin-left: 20px;"> <div class="help_text" style="margin-left: 20px;">
Lore information, which the AI recalls by certain words. Lore information, which the AI recalls with the mention of certain words.
<span class="helpicon material-icons-outlined" tooltip="Use this instead of Memory for information on things like characters, objects, events, places, and anything else with detail.">help_icon</span> <span class="helpicon material-icons-outlined" tooltip="Use this instead of Memory for information on things like characters, objects, events, places, and anything else with detail.">help_icon</span>
</div> </div>
<div class="setting_tile_area wi_settings"> <div class="setting_tile_area wi_settings">