mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Fix clipboard timeout.
This commit is contained in:
parent
6cd65ae9a7
commit
20c95737cb
2 changed files with 1 additions and 3 deletions
|
|
@ -292,7 +292,6 @@ void DatabaseWidget::copyUsername()
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: set clearTimeout
|
||||
clipboard()->setText(currentEntry->username());
|
||||
}
|
||||
|
||||
|
|
@ -304,7 +303,6 @@ void DatabaseWidget::copyPassword()
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO: set clearTimeout
|
||||
clipboard()->setText(currentEntry->password());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue