Skip to content

Commit f2609eb

Browse files
committed
Inserted space before em dash in menu labels w/ ctrl.status ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-refresh]
1 parent 10b81ce commit f2609eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-refresh/chatgpt-auto-refresh.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221221
// @author Adam Lui
222222
// @namespace https://github.com/adamlui
223-
// @version 2025.4.24
223+
// @version 2025.4.24.1
224224
// @license MIT
225225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226226
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
@@ -440,7 +440,7 @@
440440
const menuLabel = `${
441441
ctrl.symbol || this.state.symbols[+settings.typeIsEnabled(key)] } ${ctrl.label} ${
442442
ctrl.type == 'toggle' ? this.state.separator + this.state.words[+settings.typeIsEnabled(key)]
443-
: ctrl.status ? `— ${ctrl.status}` : '' }`
443+
: ctrl.status ? ` ${ctrl.status}` : '' }`
444444
return GM_registerMenuCommand(menuLabel, () => {
445445
if (ctrl.type == 'toggle') {
446446
settings.save(key, !config[key])

0 commit comments

Comments
 (0)