Skip to content

Commit 10b81ce

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/autoclear-chatgpt-history]
1 parent ff49fe0 commit 10b81ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.4.24
228+
// @version 2025.4.24.1
229229
// @license MIT
230230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231
// @icon64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
@@ -437,7 +437,7 @@
437437
const menuLabel = `${
438438
ctrl.symbol || this.state.symbols[+settings.typeIsEnabled(key)] } ${ctrl.label} ${
439439
ctrl.type == 'toggle' ? this.state.separator + this.state.words[+settings.typeIsEnabled(key)]
440-
: ctrl.status ? `— ${ctrl.status}` : '' }`
440+
: ctrl.status ? ` ${ctrl.status}` : '' }`
441441
return GM_registerMenuCommand(menuLabel, () => {
442442
if (ctrl.type == 'toggle') {
443443
settings.save(key, !config[key]) ; syncConfigToUI({ updatedKey: key })

0 commit comments

Comments
 (0)