mirror of
https://github.com/ppy/osu.git
synced 2024-12-18 21:42:58 +08:00
Remove call to RegisterUriScheme
Seems both unnecessary, and crashes the whole came on macOS.
This commit is contained in:
parent
0d36495cfc
commit
1951eb30bc
@ -52,8 +52,6 @@ namespace osu.Desktop
|
|||||||
SkipIdenticalPresence = false // handles better on discord IPC loss, see updateStatus call in onReady.
|
SkipIdenticalPresence = false // handles better on discord IPC loss, see updateStatus call in onReady.
|
||||||
};
|
};
|
||||||
|
|
||||||
client.RegisterUriScheme();
|
|
||||||
|
|
||||||
client.OnReady += onReady;
|
client.OnReady += onReady;
|
||||||
|
|
||||||
// safety measure for now, until we performance test / improve backoff for failed connections.
|
// safety measure for now, until we performance test / improve backoff for failed connections.
|
||||||
|
Loading…
Reference in New Issue
Block a user