You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting multiple entries and then selecting one entry a Warrning is thrown. This is because of the switch to Pyside6 v6.7.1
Expected Behavior
Should not throw a Warning.
Steps to Reproduce
Select multiple entries
Select one entry
Logs
D:\Development\python\Tagstudio\small-bug-fix\tagstudio\src\qt\widgets\preview_panel.py:593: RuntimeWarning: Failed to disconnect (None) from signal "clicked()".
self.preview_img.clicked.disconnect()
The text was updated successfully, but these errors were encountered:
Checklist
TagStudio Version
source ( up to date )
Operating System & Version
Windows 11
Description
When selecting multiple entries and then selecting one entry a Warrning is thrown. This is because of the switch to Pyside6 v6.7.1
Expected Behavior
Should not throw a Warning.
Steps to Reproduce
Logs
D:\Development\python\Tagstudio\small-bug-fix\tagstudio\src\qt\widgets\preview_panel.py:593: RuntimeWarning: Failed to disconnect (None) from signal "clicked()".
self.preview_img.clicked.disconnect()
The text was updated successfully, but these errors were encountered: