Various changes and fixes #7

Merged
Skittyblock merged 11 commits from skitty-changes into default 2022-09-05 22:31:44 +00:00
Showing only changes of commit f0a6c2d708 - Show all commits

View file

@ -22,6 +22,7 @@ struct AboutView: View {
.resizable()
.frame(width: 100, height: 100)
.clipShape(RoundedRectangle(cornerRadius: 100*0.225, style: .continuous))
.padding(.top, 24)
Text("Ferrite is a free and open source application developed by kingbri under the GNU-GPLv3 license.")
.textCase(.none)