mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 07:49:50 -05:00
parent
5e61db630c
commit
d60472328f
@ -60,6 +60,8 @@ void Clipboard::setText(const QString& text, bool clear)
|
|||||||
mime->setData("x-kde-passwordManagerHint", QByteArrayLiteral("secret"));
|
mime->setData("x-kde-passwordManagerHint", QByteArrayLiteral("secret"));
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_WIN)
|
||||||
mime->setData("ExcludeClipboardContentFromMonitorProcessing", QByteArrayLiteral("1"));
|
mime->setData("ExcludeClipboardContentFromMonitorProcessing", QByteArrayLiteral("1"));
|
||||||
|
mime->setData("CanIncludeInClipboardHistory", {4, '\0'});
|
||||||
|
mime->setData("CanUploadToCloudClipboard ", {4, '\0'});
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (clipboard->supportsSelection()) {
|
if (clipboard->supportsSelection()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user