mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Add spacer
This commit is contained in:
parent
bf8093c587
commit
e2e864e9da
@ -34,6 +34,8 @@ struct InstancesSettings: View {
|
|||||||
Text("You have no instances configured")
|
Text("You have no instances configured")
|
||||||
.font(.caption)
|
.font(.caption)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
|
|
||||||
|
Spacer()
|
||||||
}
|
}
|
||||||
|
|
||||||
if !selectedInstance.isNil, selectedInstance.app.supportsAccounts {
|
if !selectedInstance.isNil, selectedInstance.app.supportsAccounts {
|
||||||
|
Loading…
Reference in New Issue
Block a user