Skip to content

Commit

Permalink
Fixed typo in window type selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ramenguy99 committed Aug 25, 2023
1 parent d3df85e commit da230ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aitviewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(
from aitviewer.utils.pyqt5_window import PyQt5Window

base_window_cls = PyQt5Window
if self.window_type == "pyqt6":
elif self.window_type == "pyqt6":
from aitviewer.utils.pyqt6_window import PyQt6Window

base_window_cls = PyQt6Window
Expand Down

0 comments on commit da230ef

Please sign in to comment.