Revert "Fix Linux first-launch startup feedback when provisioning bundled rclone"

This reverts commit 3201b0306c.
This commit is contained in:
FTCHD
2026-05-10 21:52:01 +03:00
parent 3201b0306c
commit d749844073
7 changed files with 86 additions and 416 deletions
-10
View File
@@ -14,11 +14,6 @@ interface State {
| 'fatal'
startupDisplayed: boolean
startupMessage: string | null
startupIsDownloading: boolean
startupDownloadedBytes: number
startupTotalBytes: number | null
startupDownloadSpeed: number | null
isRestartingRclone: boolean
@@ -42,11 +37,6 @@ export const useStore = create<State>()(
startupStatus: null,
startupDisplayed: false,
startupMessage: null,
startupIsDownloading: false,
startupDownloadedBytes: 0,
startupTotalBytes: null,
startupDownloadSpeed: null,
isRestartingRclone: false,