General: add bottom inset to quit button

This commit is contained in:
Peter Steinberger 2025-12-07 15:11:47 +00:00
parent 6f3e635307
commit c8613fbfeb

View File

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