mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
parent
998569234d
commit
c5e1fbfafc
@ -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…
x
Reference in New Issue
Block a user