mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Hide scan method options
This commit is contained in:
parent
aac6fe7a61
commit
c0a2ed77f9
|
@ -133,12 +133,12 @@ Preferences::Preferences( QWidget * parent, Config::Preferences const & p ):
|
|||
ui.rightCtrl->hide();
|
||||
ui.leftShift->hide();
|
||||
ui.rightShift->hide();
|
||||
#endif
|
||||
|
||||
// This settings is Windows-specific
|
||||
// Hide scan method options
|
||||
ui.scanPopupUseUIAutomation->hide();
|
||||
ui.scanPopupUseIAccessibleEx->hide();
|
||||
ui.scanPopupUseGDMessage->hide();
|
||||
#endif
|
||||
|
||||
// Sound
|
||||
|
||||
|
|
Loading…
Reference in a new issue