mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Review fixes
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user