mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
fix: clipboard tracking in windows should not be functioned when not enabled.
This commit is contained in:
parent
92e06428f7
commit
306c435ae0
|
@ -514,6 +514,8 @@ void ScanPopup::delayShow()
|
|||
|
||||
void ScanPopup::clipboardChanged( QClipboard::Mode m )
|
||||
{
|
||||
if( !cfg.preferences.trackClipboardChanges )
|
||||
return;
|
||||
if( !isScanningEnabled )
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue