diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-02 00:10:52 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-02 00:10:52 +0200 |
commit | ccb191e3bfa1c10b0e5d6845d7be4c6e35fe269f (patch) | |
tree | 2793d10e17b8d5fdf8037a45fb8f744b1b43a1ff /indra/newview | |
parent | 257f75d7a31d68ade0ee981546f5afa8bd762f1d (diff) |
SL-16755 Show alert that download is not supported instead of failing silently
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index b314c78839..da1d029bdb 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -3212,6 +3212,7 @@ void LLViewerMediaImpl::handleMediaEvent(LLPluginClassMedia* plugin, LLPluginCla //unblock media plugin const std::vector<std::string> empty_response; plugin->sendPickFileResponse(empty_response); + LLNotificationsUtil::add("MediaFileDownloadUnsupported"); } break; |