Qt: Redundant signal binding
The signal slot binding here is redundant, because every time the menu is created, the value is obtained from MainInterface, and there is no need to set it again through the signal.
fixes #25664 (closed)
Edited by ya zou