fix(i18n): remove unused tEditor and index variables

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dev-Flyblue
2026-03-15 15:47:56 +08:00
co-authored by Claude Opus 4.6
parent af94d74ad8
commit 1ab7e122d2
@@ -187,7 +187,6 @@ export function SettingsPanel({
onSpeedDelete,
}: SettingsPanelProps) {
const tSettings = useScopedT('settings');
const tEditor = useScopedT('editor');
const { t } = useI18n();
const [wallpaperPreviewPaths, setWallpaperPreviewPaths] = useState<string[]>([]);
const [customImages, setCustomImages] = useState<string[]>([]);