Hide Git Settings section from Application settings (#10176)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
mamoodi
2025-08-08 15:06:40 -04:00
committed by GitHub
parent 18f8661770
commit c02e09fc2d

View File

@@ -222,7 +222,7 @@ function AppSettingsScreen() {
className="w-full max-w-[680px]" // Match the width of the language field
/>
<div className="border-t border-t-tertiary pt-6 mt-2">
<div className="border-t border-t-tertiary pt-6 mt-2 hidden">
<h3 className="text-lg font-medium mb-4">
{t(I18nKey.SETTINGS$GIT_SETTINGS)}
</h3>