mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Add proxy icon to title bar in OSX
This commit is contained in:
parent
93dcf8231f
commit
5776f43b98
3 changed files with 17 additions and 0 deletions
|
@ -530,6 +530,12 @@ void MainWindow::updateWindowTitle()
|
|||
windowTitle = QString("%1 - %2").arg(customWindowTitlePart, BaseWindowTitle);
|
||||
}
|
||||
|
||||
if (customWindowTitlePart.isEmpty() || stackedWidgetIndex == 1) {
|
||||
setWindowFilePath("");
|
||||
} else {
|
||||
setWindowFilePath(m_ui->tabWidget->databasePath(tabWidgetIndex));
|
||||
}
|
||||
|
||||
setWindowModified(m_ui->tabWidget->isModified(tabWidgetIndex));
|
||||
|
||||
setWindowTitle(windowTitle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue