Merge branch 'main' of https://github.com/steipete/clawdis
This commit is contained in:
@@ -260,7 +260,9 @@ private struct HoverHUDView: View {
|
||||
}
|
||||
|
||||
private var dotColor: Color {
|
||||
if self.activityStore.iconState.isWorking { return .green }
|
||||
if self.activityStore.iconState.isWorking {
|
||||
return Color(nsColor: NSColor.systemGreen.withAlphaComponent(0.7))
|
||||
}
|
||||
return .secondary
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user