mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
AT_URLPROTOCOL,
|
||||||
AL_EFFECTIVE,
|
AL_EFFECTIVE,
|
||||||
handler.put());
|
handler.put());
|
||||||
if (FAILED(result) || !handler) {
|
if (FAILED(result)
|
||||||
|
|| !handler
|
||||||
|
|| !handler.data()
|
||||||
|
|| std::wstring(handler.data()) == L"bingmaps") {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue