mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: show ghostty icon on main app loading
This commit is contained in:
@ -12,10 +12,11 @@ struct Ghostty_iOSApp: App {
|
|||||||
struct iOS_ContentView: View {
|
struct iOS_ContentView: View {
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
VStack {
|
||||||
Image(systemName: "globe")
|
Image("AppIconImage")
|
||||||
.imageScale(.large)
|
.resizable()
|
||||||
.foregroundStyle(.tint)
|
.aspectRatio(contentMode: .fit)
|
||||||
Text("Hello, world!")
|
.frame(maxHeight: 96)
|
||||||
|
Text("Ghostty")
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user