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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user