mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 15:38:35 +00:00
macos: paste protection text should be selectable
This commit is contained in:
@@ -22,7 +22,7 @@ class PasteProtectionController: NSWindowController {
|
||||
override func windowDidLoad() {
|
||||
guard let window = window else { return }
|
||||
window.contentView = NSHostingView(rootView: PasteProtectionView(
|
||||
contents: "Hello",
|
||||
contents: "Hello\nWorld",
|
||||
delegate: delegate
|
||||
))
|
||||
}
|
||||
|
Reference in New Issue
Block a user