]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Presentation/Windows/RecordingWindow.swift
Add clipboard
[rbdr/captura] / Captura / Presentation / Windows / RecordingWindow.swift
index 2bb9928067f7accd8caf361630909974dfc98a59..b9f212c63633a0b64fe6752ce2d3c5a6b9dfac4c 100644 (file)
@@ -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