Reformat code

This commit is contained in:
世界
2026-02-08 18:23:42 +08:00
parent f765bf1e3b
commit a86dfc26d1
42 changed files with 163 additions and 98 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ open class ApplicationDelegate: NSObject, NSApplicationDelegate, UNUserNotificat
],
intentIdentifiers: []
),
]
)
])
notificationCenter.delegate = self
let event = NSAppleEventManager.shared().currentAppleEvent
let launchedAsLogInItem =
@@ -122,7 +122,6 @@ struct EditProfileContentWindow: View {
}
}
@ViewBuilder
private var defaultEditorView: some View {
Group {
if readOnly {
-1
View File
@@ -91,7 +91,6 @@ public struct SidebarView: View {
}
}
@ViewBuilder
private var disconnectedContent: some View {
List(selection: $localSelection) {
ForEach(NavigationPage.allCases.filter { $0.visible(nil) }, id: \.self) { it in