Skip to content
Draft
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
2 changes: 0 additions & 2 deletions src/renderer/pages/settings/general.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Button } from "@/components/ui/button"
import { ToggleSwitch } from "@/components/ui/toggle-switch"
import SettingsLayout from "@/layouts/settings-layout"
import { cn } from "@/lib/utils"
import { useNavigate } from "react-router-dom"
import {
Select,
SelectContent,
Expand All @@ -18,7 +17,6 @@ import { setRedirectTo, sendRefreshPrimaryWindow, setWindowMode, getLocalStorage
import { useEffect, useState, useCallback } from 'react';

export default function SettingsGeneralPage() {
const navigate = useNavigate()
const { i18n, t } = useTranslation()
const theme = localStorage.getItem('vite-ui-theme')
const language = useAuthStore((state) => state.language)
Expand Down
Loading