Skip to content

Commit 5141db7

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-continue]
1 parent 4383829 commit 5141db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-continue/chatgpt-auto-continue.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
// @description:zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220220
// @author Adam Lui
221221
// @namespace https://github.com/adamlui
222-
// @version 2025.4.24
222+
// @version 2025.4.24.1
223223
// @license MIT
224224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225225
// @icon64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
@@ -400,7 +400,7 @@
400400
const menuLabel = `${
401401
ctrl.symbol || this.state.symbols[+settings.typeIsEnabled(key)] } ${ctrl.label} ${
402402
ctrl.type == 'toggle' ? this.state.separator + this.state.words[+settings.typeIsEnabled(key)]
403-
: ctrl.status ? `— ${ctrl.status}` : '' }`
403+
: ctrl.status ? ` ${ctrl.status}` : '' }`
404404
return GM_registerMenuCommand(menuLabel, () => {
405405
settings.save(key, !config[key]) ; syncConfigToUI({ updatedKey: key })
406406
notify(`${ctrl.label}: ${this.state.words[+settings.typeIsEnabled(key)]}`)

0 commit comments

Comments
 (0)