mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
oops
This commit is contained in:
@@ -158,14 +158,12 @@ class ShareViewController: NSViewController, ShareExtensionDelegate{
|
|||||||
self.sheetWindow=sheetWindow
|
self.sheetWindow=sheetWindow
|
||||||
window.beginSheet(sheetWindow) { response in
|
window.beginSheet(sheetWindow) { response in
|
||||||
self.sheetWindow=nil
|
self.sheetWindow=nil
|
||||||
NearbyConnectionManager.shared.clearQrCodeKey()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func dismissQrCodeSheet(_ sender: AnyObject?){
|
@IBAction func dismissQrCodeSheet(_ sender: AnyObject?){
|
||||||
contentWrap!.window!.endSheet(sheetWindow!)
|
contentWrap!.window!.endSheet(sheetWindow!)
|
||||||
sheetWindow=nil
|
sheetWindow=nil
|
||||||
NearbyConnectionManager.shared.clearQrCodeKey()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private func urlsReady(){
|
private func urlsReady(){
|
||||||
|
|||||||
Reference in New Issue
Block a user