macos: comment the new views

This commit is contained in:
Mitchell Hashimoto
2023-11-05 09:31:12 -08:00
parent 705f3b52c7
commit 5de8efcccc
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import Cocoa
import SwiftUI
import GhosttyKit
/// This initializes an "unsafe paste" warning window. The window itself WILL NOT show automatically
/// and the caller must show the window via showWindow, beginSheet, etc.
class PasteProtectionController: NSWindowController {
override var windowNibName: NSNib.Name? { "PasteProtection" }