Skip to content

Commit fcae1bd

Browse files
committed
M<WEEWROWER38yg73478dfasda
1 parent 8c8ac10 commit fcae1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from PySide6.QtGui import QPixmap
33
from PySide6.QtCore import Qt
44
from app.text import TEXT_LG
5-
import app_config
5+
import app.app_config as app_config
66
class SettingsDialog(QDialog):
77
def __init__(self, parent=None):
88
super().__init__(parent)

0 commit comments

Comments
 (0)