mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user