mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-07 09:05:11 -04:00
Display current tab name in window title.
This commit is contained in:
parent
e7d0dfbd26
commit
9726046e24
4 changed files with 19 additions and 3 deletions
|
@ -351,6 +351,7 @@ void DatabaseTabWidget::updateTabName(Database* db)
|
|||
tabName.append("*");
|
||||
}
|
||||
setTabText(index, tabName);
|
||||
Q_EMIT tabNameChanged();
|
||||
}
|
||||
|
||||
int DatabaseTabWidget::databaseIndex(Database* db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue