mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: consistent text
This commit is contained in:
@ -215,7 +215,7 @@ struct DebugBuildWarningView: View {
|
|||||||
Image(systemName: "exclamationmark.triangle.fill")
|
Image(systemName: "exclamationmark.triangle.fill")
|
||||||
.foregroundColor(.yellow)
|
.foregroundColor(.yellow)
|
||||||
|
|
||||||
Text("You're running a debug build of Ghostty!")
|
Text("You're running a debug build of Ghostty! Performance will be degraded.")
|
||||||
.padding(.all, 8)
|
.padding(.all, 8)
|
||||||
.popover(isPresented: $isPopover, arrowEdge: .bottom) {
|
.popover(isPresented: $isPopover, arrowEdge: .bottom) {
|
||||||
Text("""
|
Text("""
|
||||||
|
Reference in New Issue
Block a user