mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Revert "Add error message for webview without OpenGL"
This reverts commit 20fb73b626.
This commit is contained in:
@@ -2125,8 +2125,6 @@ TextWithEntities ErrorText(const Webview::Available &info) {
|
||||
Ui::Text::WithEntities);
|
||||
case Error::NoWebKitGTK:
|
||||
return { tr::lng_payments_webview_install_webkit(tr::now) };
|
||||
case Error::NoOpenGL:
|
||||
return { tr::lng_payments_webview_enable_opengl(tr::now) };
|
||||
case Error::OldWindows:
|
||||
return { tr::lng_payments_webview_update_windows(tr::now) };
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user