copy fix
This commit is contained in:
@@ -43,7 +43,7 @@ async function validateInstance() {
|
|||||||
|
|
||||||
if (!isOnline) {
|
if (!isOnline) {
|
||||||
await ask(
|
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',
|
title: 'Error',
|
||||||
kind: 'error',
|
kind: 'error',
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import { useSearchParams } from 'react-router-dom'
|
|||||||
import { getRemoteName } from '../../lib/format'
|
import { getRemoteName } from '../../lib/format'
|
||||||
import { getCopyFlags, getFilterFlags, getGlobalFlags, startCopy } from '../../lib/rclone/api'
|
import { getCopyFlags, getFilterFlags, getGlobalFlags, startCopy } from '../../lib/rclone/api'
|
||||||
import { usePersistedStore } from '../../lib/store'
|
import { usePersistedStore } from '../../lib/store'
|
||||||
import {} from '../../lib/tray'
|
|
||||||
import { openTrayWindow } from '../../lib/window'
|
import { openTrayWindow } from '../../lib/window'
|
||||||
import OptionsSection from '../components/OptionsSection'
|
import OptionsSection from '../components/OptionsSection'
|
||||||
import PathFinder from '../components/PathFinder'
|
import PathFinder from '../components/PathFinder'
|
||||||
|
|||||||
Reference in New Issue
Block a user