mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-22 16:00:38 -05:00
Review fixes
This commit is contained in:
parent
d50fe46f0e
commit
b6cfc82b4e
1 changed files with 1 additions and 5 deletions
|
|
@ -530,11 +530,7 @@ void MainWindow::updateWindowTitle()
|
||||||
windowTitle = QString("%1 - %2").arg(customWindowTitlePart, BaseWindowTitle);
|
windowTitle = QString("%1 - %2").arg(customWindowTitlePart, BaseWindowTitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_ui->tabWidget->isModified(tabWidgetIndex)) {
|
setWindowModified(m_ui->tabWidget->isModified(tabWidgetIndex));
|
||||||
setWindowModified(true);
|
|
||||||
} else {
|
|
||||||
setWindowModified(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
setWindowTitle(windowTitle);
|
setWindowTitle(windowTitle);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue