notifications

This commit is contained in:
FTCHD
2026-07-11 21:30:56 +03:00
parent 7e98a78b6d
commit 2f98e8b7da
15 changed files with 1061 additions and 622 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { ask, message } from '@tauri-apps/plugin-dialog'
import { openUrl, revealItemInDir } from '@tauri-apps/plugin-opener'
import { reportError } from '../lib/errors'
import { CLOSE_APP, emitToMain } from '../lib/events'
import notify from '../lib/notify'
import { notify } from '../lib/notifications'
import queryClient from '../lib/query'
import type { fetchMountList, fetchServeList } from '../lib/rclone/api'
import rclone from '../lib/rclone/client'