mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:27:26 +00:00
style(swift): run swiftformat + swiftlint autocorrect
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
import SwiftUI
|
||||
|
||||
private struct MenuItemHighlightedKey: EnvironmentKey {
|
||||
static let defaultValue = false
|
||||
}
|
||||
|
||||
extension EnvironmentValues {
|
||||
var menuItemHighlighted: Bool {
|
||||
get { self[MenuItemHighlightedKey.self] }
|
||||
set { self[MenuItemHighlightedKey.self] = newValue }
|
||||
}
|
||||
@Entry var menuItemHighlighted: Bool = false
|
||||
}
|
||||
|
||||
struct SessionMenuLabelView: View {
|
||||
|
||||
Reference in New Issue
Block a user