immi

Results 7 issues of immi

Function is Not Run when press button on dropdown arrow (that not show in simple Navigation-Push-Button) ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/101139501/be2c3577-d0d6-4235-9ad2-8d46bf59859c)

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...

bug

for customization

https://github.com/zhiyiYo/PyQt-Fluent-Widgets/blob/64049c895f04977a8519fea24012b7fab222ce4f/qfluentwidgets/common/config.py#L313C9-L313C46 70 times faster ![image](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/assets/101139501/d11c2256-e314-4ebe-a56a-ca4dc6051bca)

enhancement

not replace/correct Unpaired tags

like ![image](https://github.com/jln13x/ui.jln.dev/assets/101139501/52d7f8ea-0b7c-4993-b7aa-e9d3669ee9c8) in [coolors.co](https://coolors.co/generate) ![image](https://github.com/jln13x/ui.jln.dev/assets/101139501/ec8b9c7a-7b27-41d7-918f-26730fc7bf22)

when add callback for `2, 4, 6, 8` keys, the callback also trigger with arrow keys how to fix it