mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Disable fraudulent warning for IV / Location Picker.
This commit is contained in:
@@ -650,6 +650,7 @@ void Controller::createWebview(const Webview::StorageId &storageId) {
|
||||
Webview::WindowConfig{
|
||||
.opaqueBg = st::windowBg->c,
|
||||
.storageId = storageId,
|
||||
.safe = true,
|
||||
});
|
||||
const auto raw = _webview.get();
|
||||
|
||||
|
||||
@@ -917,6 +917,7 @@ void LocationPicker::setupWebview() {
|
||||
Webview::WindowConfig{
|
||||
.opaqueBg = st::windowBg->c,
|
||||
.storageId = _webviewStorageId,
|
||||
.safe = true,
|
||||
});
|
||||
const auto raw = _webview.get();
|
||||
|
||||
|
||||
+1
-1
Submodule Telegram/lib_webview updated: eae72ff70d...c998e31342
Reference in New Issue
Block a user