adde info to set the dimensions to 0
This commit is contained in:
parent
f7a42bdb2f
commit
6d9446781e
2 changed files with 5 additions and 1 deletions
|
|
@ -570,5 +570,9 @@
|
||||||
"prefs_OptionText_dynamic_menu_order_alphabet_info": {
|
"prefs_OptionText_dynamic_menu_order_alphabet_info": {
|
||||||
"message": "If checked, the prompts in the menu will be ordered alphabetically.",
|
"message": "If checked, the prompts in the menu will be ordered alphabetically.",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
"prefs_OptionText_chatgpt_win_dims_info": {
|
||||||
|
"message": "Set to 0 if you experience issues opening the chat window.",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td><i>__MSG_prefs_OptionText_chatgpt_win_dims_info__</i></td>
|
||||||
<td>
|
<td>
|
||||||
<span class="dims_label">__MSG_prefs_OptionText_chatgpt_win_width__</span>
|
<span class="dims_label">__MSG_prefs_OptionText_chatgpt_win_width__</span>
|
||||||
<input type="number" id="chatgpt_win_width" name="chatgpt_win_width" class="option-input" />
|
<input type="number" id="chatgpt_win_width" name="chatgpt_win_width" class="option-input" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue