aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-10 18:21:12 +0200
committerGitHub <noreply@github.com>2023-10-10 18:21:12 +0200
commit255ce14f3c36f5e1f2bf5e8242070d0129f15ac1 (patch)
tree390f740edd697b205dd643fb425df4106020ccdf /src-tauri/src/main.rs
parent1815aa8c99deb25bee576c39f3758a1f42e7f4b0 (diff)
downloadFlightCore-255ce14f3c36f5e1f2bf5e8242070d0129f15ac1.tar.gz
FlightCore-255ce14f3c36f5e1f2bf5e8242070d0129f15ac1.zip
feat: Add button to delete profile (#603)
This adds a button and corresponding logic to delete an existing profile Spliced out from #444 Co-authored-by: Jan <sentrycraft123@gmail.com>
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r--src-tauri/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
index 66bb98d2..47cfee6a 100644
--- a/src-tauri/src/main.rs
+++ b/src-tauri/src/main.rs
@@ -160,6 +160,7 @@ fn main() {
get_available_northstar_versions,
northstar::profile::fetch_profiles,
northstar::profile::validate_profile,
+ northstar::profile::delete_profile,
])
.run(tauri::generate_context!())
{