mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Add toolbar button for copy url to clipboard
This commit is contained in:
parent
60215cf2cf
commit
24333d0a19
4 changed files with 11 additions and 0 deletions
|
@ -197,6 +197,7 @@ MainWindow::MainWindow()
|
|||
m_ui->actionEntryAutoType->setIcon(filePath()->icon("actions", "auto-type", false));
|
||||
m_ui->actionEntryCopyUsername->setIcon(filePath()->icon("actions", "username-copy", false));
|
||||
m_ui->actionEntryCopyPassword->setIcon(filePath()->icon("actions", "password-copy", false));
|
||||
m_ui->actionEntryCopyURL->setIcon(filePath()->icon("actions", "url-copy", false));
|
||||
|
||||
m_ui->actionGroupNew->setIcon(filePath()->icon("actions", "group-new", false));
|
||||
m_ui->actionGroupEdit->setIcon(filePath()->icon("actions", "group-edit", false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue