feat: Support Startup Script

This commit is contained in:
MystiPanda
2024-01-17 15:06:16 +08:00
parent 4fa19006ad
commit 733e8a0043
10 changed files with 119 additions and 5 deletions

View File

@@ -25,6 +25,9 @@ pub struct IVerge {
/// copy env type
pub env_type: Option<String>,
/// startup script path
pub startup_script: Option<String>,
/// enable traffic graph default is true
pub traffic_graph: Option<bool>,
@@ -189,6 +192,7 @@ impl IVerge {
patch!(theme_mode);
patch!(tray_event);
patch!(env_type);
patch!(startup_script);
patch!(traffic_graph);
patch!(enable_memory_usage);