mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-11 05:21:23 -05:00
Moving access error to MainWindow.
This commit is contained in:
parent
da85252347
commit
55a32c58a9
4 changed files with 6 additions and 19 deletions
|
|
@ -314,6 +314,12 @@ MainWindow::MainWindow()
|
|||
connect(m_ui->tabWidget, SIGNAL(messageDismissTab()), this, SLOT(hideTabMessage()));
|
||||
|
||||
updateTrayIcon();
|
||||
|
||||
if (config()->hasAccessError()) {
|
||||
m_ui->globalMessageWidget->showMessage(
|
||||
tr("Access error for config file ") + config()->getFileName(), MessageWidget::Error);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue