mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Review fixes
This commit is contained in:
parent
d50fe46f0e
commit
b6cfc82b4e
@ -530,11 +530,7 @@ void MainWindow::updateWindowTitle()
|
||||
windowTitle = QString("%1 - %2").arg(customWindowTitlePart, BaseWindowTitle);
|
||||
}
|
||||
|
||||
if (m_ui->tabWidget->isModified(tabWidgetIndex)) {
|
||||
setWindowModified(true);
|
||||
} else {
|
||||
setWindowModified(false);
|
||||
}
|
||||
setWindowModified(m_ui->tabWidget->isModified(tabWidgetIndex));
|
||||
|
||||
setWindowTitle(windowTitle);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user