From 6be58a6bbda0abf0e527d052348b06f5c6ff4b01 Mon Sep 17 00:00:00 2001 From: FTCHD Date: Sat, 1 Feb 2025 13:01:40 +0200 Subject: [PATCH] copy fix --- main.ts | 2 +- src/pages/Copy.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ts b/main.ts index d534623..21d0fb8 100644 --- a/main.ts +++ b/main.ts @@ -43,7 +43,7 @@ async function validateInstance() { if (!isOnline) { await ask( - 'You are not connected to the internet. Please check your internet connection and try again.', + 'You are not connected to the internet. Please check your connection and try again.', { title: 'Error', kind: 'error', diff --git a/src/pages/Copy.tsx b/src/pages/Copy.tsx index 146d9ff..cce45b6 100644 --- a/src/pages/Copy.tsx +++ b/src/pages/Copy.tsx @@ -7,7 +7,6 @@ import { useSearchParams } from 'react-router-dom' import { getRemoteName } from '../../lib/format' import { getCopyFlags, getFilterFlags, getGlobalFlags, startCopy } from '../../lib/rclone/api' import { usePersistedStore } from '../../lib/store' -import {} from '../../lib/tray' import { openTrayWindow } from '../../lib/window' import OptionsSection from '../components/OptionsSection' import PathFinder from '../components/PathFinder'