This commit is contained in:
Auric Vente 2024-07-25 08:22:49 -06:00
parent d060d4d2df
commit f7e1b46b32
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ from PySide6.QtGui import QCursor # type: ignore
from PySide6.QtGui import QMouseEvent from PySide6.QtGui import QMouseEvent
from PySide6.QtGui import QPixmap from PySide6.QtGui import QPixmap
from PySide6.QtGui import QAction from PySide6.QtGui import QAction
from PySide6.QtCore import QSize from PySide6.QtCore import QSize # type: ignore
from PySide6.QtCore import QTimer # type: ignore from PySide6.QtCore import QTimer
from PySide6.QtCore import Qt from PySide6.QtCore import Qt
from .config import Config from .config import Config