Skip to content

Commit ae4a282

Browse files
committed
1 parent 159f531 commit ae4a282

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

chatgpt/chatgpt-widescreen/chatgpt-widescreen.user.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2026.7.26.1
238+
// @version 2026.7.26.2
239239
// @license MIT
240240
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@73594ea/assets/images/icons/widescreen-robot-emoji/icon48.png
241241
// @icon64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@73594ea/assets/images/icons/widescreen-robot-emoji/icon64.png
@@ -379,7 +379,8 @@
379379
GM_registerMenuCommand(
380380
`${this.state.symbols[0]} ${
381381
toTitleCase(app.msgs.state_disabled)} (${app.msgs.menuLabel_extensionActive})`,
382-
() => modals.open('about'), env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
382+
() => modals.open('about'),
383+
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
383384
)
384385
]
385386

@@ -393,7 +394,8 @@
393394

394395
// Add About entry
395396
this.entryIDs.push(GM_registerMenuCommand(
396-
`💡 ${app.msgs.menuLabel_about} ${app.msgs.appName}`, () => modals.open('about'),
397+
`💡 ${app.msgs.menuLabel_about} ${app.msgs.appName}`,
398+
() => modals.open('about'),
397399
env.scriptManager.supportsTooltips ? { title: ' ' } : undefined
398400
))
399401
}

0 commit comments

Comments
 (0)