fix(health): reveal logs alerts when missing; align actions
This commit is contained in:
@@ -187,7 +187,7 @@ struct GeneralSettings: View {
|
|||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
}
|
}
|
||||||
|
|
||||||
HStack(spacing: 10) {
|
HStack(spacing: 12) {
|
||||||
Button {
|
Button {
|
||||||
Task { await self.healthStore.refresh(onDemand: true) }
|
Task { await self.healthStore.refresh(onDemand: true) }
|
||||||
} label: {
|
} label: {
|
||||||
@@ -199,6 +199,8 @@ struct GeneralSettings: View {
|
|||||||
}
|
}
|
||||||
.disabled(self.healthStore.isRefreshing)
|
.disabled(self.healthStore.isRefreshing)
|
||||||
|
|
||||||
|
Divider().frame(height: 18)
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
self.revealLogs()
|
self.revealLogs()
|
||||||
} label: {
|
} label: {
|
||||||
|
|||||||
Reference in New Issue
Block a user