mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
parent
8cc3eb4bfe
commit
58c91be156
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue