feat(dialogs): pre-commit fixes
All checks were successful
All checks were successful
This commit is contained in:
@ -17,6 +17,7 @@
|
|||||||
- Статус выделения и наведения на карточки теперь взаимоисключают друг друга
|
- Статус выделения и наведения на карточки теперь взаимоисключают друг друга
|
||||||
- Все desktop файлы создаются с коментарием "Запустить игру {название} через PortProton"
|
- Все desktop файлы создаются с коментарием "Запустить игру {название} через PortProton"
|
||||||
- Заполнители в переводах теперь стали более осмысленными
|
- Заполнители в переводах теперь стали более осмысленными
|
||||||
|
- Изменена компоновка диалога добавления игры для лучшего отображения в Gamescope
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Дублирование обводки выделения карточек при быстром перемешении мыши
|
- Дублирование обводки выделения карточек при быстром перемешении мыши
|
||||||
|
@ -3,8 +3,7 @@ import tempfile
|
|||||||
from typing import cast, TYPE_CHECKING
|
from typing import cast, TYPE_CHECKING
|
||||||
from PySide6.QtGui import QPixmap, QIcon
|
from PySide6.QtGui import QPixmap, QIcon
|
||||||
from PySide6.QtWidgets import (
|
from PySide6.QtWidgets import (
|
||||||
QDialog, QLineEdit, QFormLayout, QPushButton,
|
QDialog, QLineEdit, QFormLayout, QHBoxLayout, QLabel, QVBoxLayout, QListWidget, QScrollArea, QWidget, QListWidgetItem
|
||||||
QHBoxLayout, QLabel, QVBoxLayout, QListWidget, QScrollArea, QWidget, QListWidgetItem
|
|
||||||
)
|
)
|
||||||
from PySide6.QtCore import Qt, QObject, Signal, QMimeDatabase, QTimer
|
from PySide6.QtCore import Qt, QObject, Signal, QMimeDatabase, QTimer
|
||||||
from icoextract import IconExtractor, IconExtractorError
|
from icoextract import IconExtractor, IconExtractorError
|
||||||
|
Reference in New Issue
Block a user