mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
@@ -683,7 +683,10 @@ bool psLaunchMaps(const Data::LocationPoint &point) {
|
||||
AT_URLPROTOCOL,
|
||||
AL_EFFECTIVE,
|
||||
handler.put());
|
||||
if (FAILED(result) || !handler) {
|
||||
if (FAILED(result)
|
||||
|| !handler
|
||||
|| !handler.data()
|
||||
|| std::wstring(handler.data()) == L"bingmaps") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user