We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20479c8 commit 62c8e66Copy full SHA for 62c8e66
CodeEdit/Features/UtilityArea/Views/UtilityAreaView.swift
@@ -21,8 +21,6 @@ struct UtilityAreaView: View {
21
22
@StateObject private var themeModel: ThemeModel = .shared
23
24
- @EnvironmentObject private var model: UtilityAreaViewModel
25
-
26
@State var selection: UtilityAreaTab? = .terminal
27
28
var body: some View {
@@ -56,7 +54,6 @@ struct UtilityAreaView: View {
56
54
)
57
55
.frame(width: 24, height: 24, alignment: .center)
58
.contentShape(Rectangle())
59
- .opacity(controlActiveState == .inactive ? 0.5 : 1)
60
.symbolVariant(model.isMaximized ? .fill : .none)
61
}
62
.buttonStyle(.icon(isActive: model.isMaximized, size: 24))
0 commit comments