diff --git a/chat/locales/en-US.json b/chat/locales/en-US.json index 5465dda4..1b8bf311 100644 --- a/chat/locales/en-US.json +++ b/chat/locales/en-US.json @@ -690,6 +690,8 @@ "settings.browserOptionReset": "Reset to default", "settings.browserOptionSave": "Save", "settings.browserOptionTitle": "Browser Path", + "settings.alwaysOpenIncognito": "Always open links in incognito/private mode", + "settings.alwaysOpenIncognito.help": "When enabled, left-clicking any URL link in chat opens it in your browser's incognito/private window instead of a normal tab. Also applies when opening an image from the profile viewer or the profile itself in your browser.", "settings.cache": "Profile cache", "settings.cache.expiryDays": "Maximum age", "settings.cache.expiryDays.description": "The amount of days that a profile's data will be kept on your computer. If a profile's data hasn't been used since then, it will be cleared to make space.", diff --git a/electron/About.vue b/electron/About.vue index a9c845af..3bf7deeb 100644 --- a/electron/About.vue +++ b/electron/About.vue @@ -244,7 +244,7 @@