mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Hide config errors by default.
This commit is contained in:
parent
15a288aa5b
commit
da85252347
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ SettingsWidget::SettingsWidget(QWidget* parent)
|
|||
addPage(tr("General"), FilePath::instance()->icon("categories", "preferences-other"), m_generalWidget);
|
||||
addPage(tr("Security"), FilePath::instance()->icon("status", "security-high"), m_secWidget);
|
||||
|
||||
m_generalUi->messageWidget->setVisible(false);
|
||||
if (config()->hasAccessError()) {
|
||||
m_generalUi->messageWidget->showMessage(
|
||||
tr("Access error with config file ") + config()->getFileName(), MessageWidget::Error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue