minor format
This commit is contained in:
@@ -2817,8 +2817,9 @@ void GMainWindow::OnCaptureScreenshot() {
|
|||||||
OnPauseGame();
|
OnPauseGame();
|
||||||
|
|
||||||
if (Settings::values.renderer_backend.GetValue() != Settings::RendererBackend::OpenGL) {
|
if (Settings::values.renderer_backend.GetValue() != Settings::RendererBackend::OpenGL) {
|
||||||
QMessageBox::warning(this, tr("Failed to capture screenshot."),
|
QMessageBox::warning(
|
||||||
tr("The screenshot feature is only available in OpenGL mode for now."));
|
this, tr("Failed to capture screenshot."),
|
||||||
|
tr("The screenshot feature is only available in OpenGL mode for now."));
|
||||||
OnStartGame();
|
OnStartGame();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user