-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Issue:
When I open rare, i get an error message and if i click "ignore" the app closes.
Log:
Traceback (most recent call last):
File "/Users/runner/work/Rare/Rare/rare/components/init.py", line 90, in __on_start_app
File "/Users/runner/work/Rare/Rare/rare/components/main_window.py", line 50, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/init.py", line 35, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/library/init.py", line 59, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/library/details/init.py", line 40, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/library/details/compat.py", line 162, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/settings/compat.py", line 48, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/library/details/compat.py", line 67, in init
File "/Users/runner/work/Rare/Rare/rare/components/tabs/settings/widgets/runner.py", line 67, in init
TypeError: 'PySide6.QtWidgets.QBoxLayout.addWidget' called with wrong argument types:
PySide6.QtWidgets.QBoxLayout.addWidget(bool)
Supported signatures:
PySide6.QtWidgets.QBoxLayout.addWidget(arg__1: PySide6.QtWidgets.QWidget, /, stretch: int | None = None, alignment: PySide6.QtCore.Qt.AlignmentFlag = Default(Qt.Alignment))