2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Add video placeholder if can't receive it.

This commit is contained in:
John Preston
2021-06-15 12:33:21 +04:00
parent b2bf8244dd
commit f18e157e46
16 changed files with 249 additions and 79 deletions

View File

@@ -304,10 +304,10 @@ void Application::showOpenGLCrashNotification() {
Local::writeSettings();
};
_window->show(Box<ConfirmBox>(
"Last time OpenGL crashed on initialization. "
"Perhaps it is a problem with your graphics card driver.\n\n"
"Right now OpenGL was disabled. You can try to enable it back "
"or keep it disabled, if it continues crashing.",
"There may be a problem with your graphics drivers and OpenGL. "
"Try updating your drivers.\n\n"
"OpenGL has been disabled. You can try to enable it again "
"or keep it disabled if crashes continue.",
"Enable",
"Keep Disabled",
enable,