mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Add copy username and password actions to the clipboard.
Also add corresponding icons that I've put together from various Oxygen icons.
This commit is contained in:
parent
a914b837a1
commit
811eb2714f
7 changed files with 13 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ MainWindow::MainWindow()
|
|||
m_ui->actionEntryEdit->setIcon(filePath()->icon("actions", "entry-edit", false));
|
||||
m_ui->actionEntryDelete->setIcon(filePath()->icon("actions", "entry-delete", false));
|
||||
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->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