mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
parent
5e61db630c
commit
d60472328f
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ void Clipboard::setText(const QString& text, bool clear)
|
|||
mime->setData("x-kde-passwordManagerHint", QByteArrayLiteral("secret"));
|
||||
#elif defined(Q_OS_WIN)
|
||||
mime->setData("ExcludeClipboardContentFromMonitorProcessing", QByteArrayLiteral("1"));
|
||||
mime->setData("CanIncludeInClipboardHistory", {4, '\0'});
|
||||
mime->setData("CanUploadToCloudClipboard ", {4, '\0'});
|
||||
#endif
|
||||
|
||||
if (clipboard->supportsSelection()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue