diff --git a/FORK.md b/FORK.md index 0ea269c1872..61ad6d22657 100644 --- a/FORK.md +++ b/FORK.md @@ -56,7 +56,7 @@ This repository is a fork of `pingdotgg/t3code`. Keep this file focused on fork ### UX Changes -- Desktop context-menu style is configurable. +- Desktop context-menu style is configurable from Appearance settings. - The sidebar follows the active thread when it appears or when navigation originates elsewhere. - Sidebar environments can be hidden or shown dynamically from the project toolbar. - Threads can be archived with middle click. diff --git a/apps/web/src/components/settings/SettingsPanels.tsx b/apps/web/src/components/settings/SettingsPanels.tsx index d5f19ac804b..cc6d6f47585 100644 --- a/apps/web/src/components/settings/SettingsPanels.tsx +++ b/apps/web/src/components/settings/SettingsPanels.tsx @@ -632,6 +632,48 @@ export function AppearanceSettingsPanel() { } /> + + updateSettings({ + contextMenuStyle: DEFAULT_UNIFIED_SETTINGS.contextMenuStyle, + }) + } + /> + ) : null + } + control={ + + } + /> + {showEnvironmentIdentification ? ( - - updateSettings({ - contextMenuStyle: DEFAULT_UNIFIED_SETTINGS.contextMenuStyle, - }) - } - /> - ) : null - } - control={ - - } - /> -