added an informative text about the shortcut in the options page. see #130

This commit is contained in:
mic 2024-09-22 22:36:22 +02:00
parent ac3d1f8761
commit 4021971102
2 changed files with 14 additions and 2 deletions

View file

@ -327,6 +327,14 @@
"message": "To use this integration, you need to set up a local server compatible with the OpenAI API, like LM Studio. Once the server is running, enter its address in the designated field within the application. To ensure proper communication between ThunderAI and the local server remember to set the CORS settings correctly.",
"description": ""
},
"prefsInfoDesc_5": {
"message": "Remember that you can open the ThunderAI menu using the keyboard shortcut CTRL+ALT+A.",
"description": ""
},
"prefsInfoDesc_6": {
"message": "You can change the shortcut clicking on the cogwheel icon at the top right of this page and choosing \"Manage Extension Shortcut\".",
"description": ""
},
"prefsDonation_1": {
"message": "Do you like this addon?",
"description": ""

View file

@ -183,10 +183,14 @@
</div>
<div id="miczDescription">
<h1>__MSG_prefsInfoTitle__</h1>
<p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br></span>
<p>
<span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br></span>
<span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br></span>
<span class="conntype_ollama_api">__MSG_prefsInfoDesc_3__<br></span>
<span class="conntype_openai_comp_api">__MSG_prefsInfoDesc_4__</span></p>
<span class="conntype_openai_comp_api">__MSG_prefsInfoDesc_4__</span>
<br><span>__MSG_prefsInfoDesc_5__
<br>__MSG_prefsInfoDesc_6__</span>
</p>
</div>
<div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></div>
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>