mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 21:34:07 +00:00
fix:tracking clipboard not working
This commit is contained in:
parent
082c0a2728
commit
370eb1357f
|
@ -1490,7 +1490,7 @@ void MainWindow::makeScanPopup()
|
||||||
scanPopup.reset();
|
scanPopup.reset();
|
||||||
|
|
||||||
if ( !cfg.preferences.enableScanPopup &&
|
if ( !cfg.preferences.enableScanPopup &&
|
||||||
!cfg.preferences.enableClipboardHotkey )
|
!cfg.preferences.enableClipboardHotkey && !cfg.preferences.trackClipboardChanges )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
scanPopup = new ScanPopup( 0, cfg, articleNetMgr, audioPlayerFactory.player(),
|
scanPopup = new ScanPopup( 0, cfg, articleNetMgr, audioPlayerFactory.player(),
|
||||||
|
|
Loading…
Reference in a new issue