mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-10 07:20:23 -04:00
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:
parent
67304c71a0
commit
d6cae74176
6 changed files with 43 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue