summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
authorWitherking25 <witherking@withertech.com>2023-06-01 19:01:21 -0400
committerGitHub <noreply@github.com>2023-06-02 00:01:21 +0100
commitf4c0a8b5aa3353ad1a9909ddc55b06802169d6d0 (patch)
tree3b224ff46e0205c53925087cae1430aa72d877ce /backend/locales
parentd3584a9931292e58b995fc2aa777567990917663 (diff)
downloaddecky-loader-f4c0a8b5aa3353ad1a9909ddc55b06802169d6d0.tar.gz
decky-loader-f4c0a8b5aa3353ad1a9909ddc55b06802169d6d0.zip
add cef console button to developer settings (#441)
* add cef console button * Small fix: handle missing localization in backend plus a small typo in the english language (#443) * Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate * Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo * Add a get_tab_id function to utilities * Go straight to SharedJSContext into console button * clean up some log statements, and some extra parentheses --------- Co-authored-by: Marco Rodolfi <marco.rodolfi@tuta.io> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/en-US.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index 12a33f37..a347351b 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -100,6 +100,11 @@
}
},
"SettingsDeveloperIndex": {
+ "cef_console": {
+ "button": "Open Console",
+ "desc": "Opens the CEF Console. Only useful for debugging purposes. Stuff here is potentially dangerous and should only be used if you are a plugin dev, or are directed here by one.",
+ "label": "CEF Console"
+ },
"header": "Other",
"react_devtools": {
"desc": "Enables connection to a computer running React DevTools. Changing this setting will reload Steam. Set the IP address before enabling.",