This commit is contained in:
Grishka
2025-08-07 22:40:43 +03:00
parent bcee033e1b
commit 01e423147e

View File

@@ -158,14 +158,12 @@ class ShareViewController: NSViewController, ShareExtensionDelegate{
self.sheetWindow=sheetWindow
window.beginSheet(sheetWindow) { response in
self.sheetWindow=nil
NearbyConnectionManager.shared.clearQrCodeKey()
}
}
@IBAction func dismissQrCodeSheet(_ sender: AnyObject?){
contentWrap!.window!.endSheet(sheetWindow!)
sheetWindow=nil
NearbyConnectionManager.shared.clearQrCodeKey()
}
private func urlsReady(){