From 32f25948643183f003a9da4bec15bd74eb69159c Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 25 Jan 2026 22:31:40 +0100 Subject: [PATCH] Update App.tsx --- src/renderer/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 66183a6..b01b1be 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -35,7 +35,7 @@ function App(): React.JSX.Element { const ipcHandle = (): void => window.electron.ipcRenderer.send('ping') - const { t, i18n } = useTranslation() + const { t } = useTranslation() return ( <>