Merge profile to dashboard

This commit is contained in:
世界
2025-11-26 22:25:52 +08:00
parent 4f0d1098e6
commit 264c37218c
27 changed files with 1590 additions and 306 deletions
+4 -4
View File
@@ -45,8 +45,8 @@ public class MainViewModel: ObservableObject {
if error != nil {
return
}
if selection != .profiles {
selection = .profiles
if selection != .dashboard {
selection = .dashboard
}
} else if url.pathExtension == "bpf" {
Task {
@@ -66,8 +66,8 @@ public class MainViewModel: ObservableObject {
alert = Alert(error)
return
}
if selection != .profiles {
selection = .profiles
if selection != .dashboard {
selection = .dashboard
}
}