Revert "Fix Linux first-launch startup feedback when provisioning bundled rclone"
This reverts commit 3201b0306c.
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user