Skip to content

Commit 2427963

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-infinity]
1 parent 608856b commit 2427963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-infinity/chatgpt-infinity.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
// @description:zh-TW 從無所不知的 ChatGPT 生成無窮無盡的答案 (用任何語言!)
200200
// @author Adam Lui
201201
// @namespace https://github.com/adamlui
202-
// @version 2025.4.24
202+
// @version 2025.4.24.1
203203
// @license MIT
204204
// @icon https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon48.png?v=8df6f33
205205
// @icon64 https://assets.chatgptinfinity.com/images/icons/infinity-symbol/circled/with-robot/icon64.png?v=8df6f33
@@ -418,7 +418,7 @@
418418
const menuLabel = `${
419419
ctrl.symbol || this.state.symbols[+settings.typeIsEnabled(key)] } ${ctrl.label} ${
420420
ctrl.type == 'toggle' ? this.state.separator + this.state.words[+settings.typeIsEnabled(key)]
421-
: ctrl.status ? `— ${ctrl.status}` : '' }`
421+
: ctrl.status ? ` ${ctrl.status}` : '' }`
422422
return GM_registerMenuCommand(menuLabel, () => {
423423
if (ctrl.type == 'toggle') {
424424
settings.save(key, !config[key])

0 commit comments

Comments
 (0)