From 57d9b827fde3bf587e3a0b146f0ec70ddb52f5aa Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Thu, 11 May 2023 19:04:37 +0200 Subject: refactor: Move NS install code into own module (#345) * refactor: Move NS install code into own module Moves the code in question out from main into its own module * fix: Address clippy errors --- src-tauri/bindings/InstallState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri/bindings') diff --git a/src-tauri/bindings/InstallState.ts b/src-tauri/bindings/InstallState.ts index 21dbc0c7..553aa53b 100644 --- a/src-tauri/bindings/InstallState.ts +++ b/src-tauri/bindings/InstallState.ts @@ -1,3 +1,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. -export type InstallState = "DOWNLOADING" | "EXTRACTING" | "DONE"; \ No newline at end of file +export type InstallState = "Downloading" | "Extracting" | "Done"; \ No newline at end of file -- cgit v1.2.3