From c9b9e1d654ea697afad9f6427d94623bfdf55cce Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 28 Jul 2023 13:48:53 +0200 Subject: Add clipboard --- Captura/Presentation/Windows/RecordingWindow.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Captura/Presentation/Windows/RecordingWindow.swift') diff --git a/Captura/Presentation/Windows/RecordingWindow.swift b/Captura/Presentation/Windows/RecordingWindow.swift index 2bb9928..b9f212c 100644 --- a/Captura/Presentation/Windows/RecordingWindow.swift +++ b/Captura/Presentation/Windows/RecordingWindow.swift @@ -7,6 +7,10 @@ class RecordingWindow: NSWindow { self.screen?.backingScaleFactor ?? 1.0 } + var recordingContentView: RecordingContentView { + self.contentView as! RecordingContentView + } + init(_ button: NSRect?) { let screens = NSScreen.screens -- cgit