Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions apps/electron/src/renderer/pages/settings/AppSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* - Notifications
* - Network (proxy)
* - Updates
* - About (version)
*
* Note: AI settings (connections, model, thinking) have been moved to AiSettingsPage.
* Note: Appearance settings (theme, font) have been moved to AppearanceSettingsPage.
Expand Down Expand Up @@ -396,19 +395,6 @@ export default function AppSettingsPage() {
)}
</SettingsCard>
</SettingsSection>

{/* About */}
<SettingsSection title={t("settings.about.title")}>
<SettingsCard>
<SettingsRow label={t("settings.about.version")}>
<div className="flex items-center gap-2">
<span className="text-muted-foreground">
{APP_VERSION}
</span>
</div>
</SettingsRow>
</SettingsCard>
</SettingsSection>
</div>
</div>
</ScrollArea>
Expand Down