Skip to content

Commit

Permalink
Removed unused app.settings.helptip prop population ↞ [auto-sync fr…
Browse files Browse the repository at this point in the history
…om `adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 26, 2024
1 parent dbd6278 commit 6f4c7ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.9.25.5
// @version 2024.9.26
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -388,8 +388,6 @@
hiddenFooter: { type: 'toggle', label: app.msgs.menuLabel_hiddenFooter },
notifDisabled: { type: 'toggle', label: app.msgs.menuLabel_modeNotifs }
}})
Object.keys(app.settings).forEach(key => // create helptip prop
app.settings[key].helptip = app.msgs[`helptip_${key}`])

// Define MENU functions

Expand Down

0 comments on commit 6f4c7ce

Please sign in to comment.