General: add bottom inset to quit button

This commit is contained in:
Peter Steinberger
2025-12-07 15:11:47 +00:00
parent f878e5e635
commit 9aea85a953

View File

@@ -77,6 +77,7 @@ struct GeneralSettings: View {
} }
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)
.padding(.horizontal, 22) .padding(.horizontal, 22)
.padding(.bottom, 16)
.onAppear { self.refreshCLIStatus() } .onAppear { self.refreshCLIStatus() }
} }