Skip to content

Commit 1478f80

Browse files
committed
Disabled Taller Chatbox by default
1 parent 7141a29 commit 1478f80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chatgpt-widescreen/chromium/extension/lib/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ window.settings = {
6565
excludes: { env: ['greasemonkey'] }
6666
}},
6767
get tcbDisabled() { return {
68-
type: 'toggle', symbol: '↕️', defaultVal: false, category: 'chatboxSettings',
68+
type: 'toggle', symbol: '↕️', defaultVal: true, category: 'chatboxSettings',
6969
label: `${settings.getMsg('menuLabel_taller')} ${settings.getMsg('menuLabel_chatbox')}`,
7070
helptip: settings.getMsg('helptip_tallerChatbox')
7171
}},

chatgpt-widescreen/firefox/extension/lib/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ window.settings = {
6565
excludes: { env: ['greasemonkey'] }
6666
}},
6767
get tcbDisabled() { return {
68-
type: 'toggle', symbol: '↕️', defaultVal: false, category: 'chatboxSettings',
68+
type: 'toggle', symbol: '↕️', defaultVal: true, category: 'chatboxSettings',
6969
label: `${settings.getMsg('menuLabel_taller')} ${settings.getMsg('menuLabel_chatbox')}`,
7070
helptip: settings.getMsg('helptip_tallerChatbox')
7171
}},

0 commit comments

Comments
 (0)