Release 2.3.4 version bump

* Corrects INSTALL.md build instructions for Windows (#2126)
* Rephrase Qt 5.5.x warning to include on-screen keyboard combo
This commit is contained in:
Jonathan White 2018-08-21 12:19:15 -04:00
parent 67304c71a0
commit d6cae74176
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
6 changed files with 43 additions and 4 deletions

View file

@ -436,8 +436,8 @@ MainWindow::MainWindow()
MessageWidget::Warning, -1);
#elif (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0) && QT_VERSION < QT_VERSION_CHECK(5, 6, 0))
if (!config()->get("QtErrorMessageShown", false).toBool()) {
m_ui->globalMessageWidget->showMessage(tr("WARNING: You are using a version of Qt that causes KeePassXC to crash!\n"
"We recommend you use the AppImage version available on our downloads page."),
m_ui->globalMessageWidget->showMessage(tr("WARNING: Your Qt version may cause KeePassXC to crash with an On-Screen Keyboard!\n"
"We recommend you use the AppImage available on our downloads page."),
MessageWidget::Warning, -1);
config()->set("QtErrorMessageShown", true);
}