Allow hiding the menu bar icon

closes #40
This commit is contained in:
Grishka
2023-09-26 05:18:12 +03:00
parent 0c1a158c32
commit a43d812950
2 changed files with 7 additions and 1 deletions

View File

@@ -349,7 +349,7 @@ class InboundNearbyConnection: NearbyConnection{
currentState = .receivingFiles
try sendTransferSetupFrame(frame)
}catch{
print("Error \(error)")
lastError=error
protocolError()
}
}