mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +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
|
@ -552,6 +552,16 @@ bool DatabaseTabWidget::isModified(int index)
|
|||
return indexDatabaseManagerStruct(index).modified;
|
||||
}
|
||||
|
||||
QString DatabaseTabWidget::databasePath(int index)
|
||||
{
|
||||
if (index == -1) {
|
||||
index = currentIndex();
|
||||
}
|
||||
|
||||
return indexDatabaseManagerStruct(index).filePath;
|
||||
}
|
||||
|
||||
|
||||
void DatabaseTabWidget::updateTabName(Database* db)
|
||||
{
|
||||
int index = databaseIndex(db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue