Skip to content

Commit baa6ae9

Browse files
committed
Restored erroneously deleted styles.chatbar.update() to sync.configToUI()
1 parent c30600f commit baa6ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chatgpt-widescreen/greasemonkey/chatgpt-widescreen-mode.user.js

+2-1
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-perplexity.ai + poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2025.5.11.4
238+
// @version 2025.5.11.5
239239
// @license MIT
240240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
@@ -784,6 +784,7 @@
784784
}
785785
styles.tweaks.update() // sync HH/HF/TCB/NCB/BA
786786
styles.toast.update() // sync TM
787+
styles.chatbar.update() // sync WCB
787788
if (env.site != 'perplexity') chatbar.tweak() // update ChatGPT chatbar inner width or hack Poe btn pos
788789
buttons[config.btnsVisible ? 'insert' : 'remove']() // update button visibility
789790
if (options?.updatedKey == 'btnAnimationsDisabled' && !config.btnAnimationsDisabled) // apply/remove fx

0 commit comments

Comments
 (0)