Add process handler selector, pin Prisma

This commit is contained in:
DecDuck
2026-06-21 13:03:15 +10:00
parent a028db7288
commit 564a4aa6f0
18 changed files with 1421 additions and 1596 deletions
+3
View File
@@ -79,6 +79,7 @@ pub mod data {
UserConfiguration {
launch_template: "{}".to_owned(),
override_proton_path: None,
override_handler: None,
enable_updates: false,
}
}
@@ -88,6 +89,8 @@ pub mod data {
pub struct UserConfiguration {
pub launch_template: String,
pub override_proton_path: Option<String>,
#[serde(default)]
pub override_handler: Option<String>,
pub enable_updates: bool,
}