We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcd140 commit 72a5d8dCopy full SHA for 72a5d8d
src/windows/views/emojis_listview.py
@@ -159,4 +159,5 @@ def __init__(self, model):
159
# setup filter events
160
app = get_app()
161
app.window.emojisFilter.textChanged.connect(self.filter_changed)
162
- app.window.emojiFilterGroup.currentIndexChanged.connect(self.filter_changed)
+ if not app.window.mode == "unittest":
163
+ app.window.emojiFilterGroup.currentIndexChanged.connect(self.filter_changed)
0 commit comments