immi
immi
Function is Not Run when press button on dropdown arrow (that not show in simple Navigation-Push-Button) 
https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/101139501/f24b6d92-b2e2-4e51-9ed1-a7b4fcfc4938 ``` from PyQt5.QtWidgets import * from PyQt5.QtCore import * from PyQt5.QtGui import * import sys from qfluentwidgets import * class Demo(QWidget): def __init__(self, parent=None): super().__init__(parent) QHBoxLayout(self) AddCustomerSplit = SplitPushButton('Add...
for customization
https://github.com/zhiyiYo/PyQt-Fluent-Widgets/blob/64049c895f04977a8519fea24012b7fab222ce4f/qfluentwidgets/common/config.py#L313C9-L313C46 70 times faster 
not replace/correct Unpaired tags
like  in [coolors.co](https://coolors.co/generate) 
when add callback for `2, 4, 6, 8` keys, the callback also trigger with arrow keys how to fix it