Move settings + generation to sheets
This commit is contained in:
@ -38,6 +38,7 @@ struct LocalizedPageContentView: View {
|
||||
}.disabled(content.isGeneratingWebsite)
|
||||
if content.isGeneratingWebsite {
|
||||
ProgressView()
|
||||
.scaleEffect(0.6)
|
||||
.frame(height: 15)
|
||||
}
|
||||
Spacer()
|
||||
|
Reference in New Issue
Block a user