fix(deep links): Re-enabled deep links

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-30 14:18:42 +11:00
parent 01e6162527
commit c3f62222fe
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -271,7 +271,6 @@ pub fn run() {
info!("handling drop:// url");
let binding = event.urls();
let url = binding.first().unwrap();
return; // We're macOS
if url.host_str().unwrap() == "handshake" {
recieve_handshake(handle.clone(), url.path().to_string())
}