فهرست منبع

- missing import fixed

Marius Stanciu 5 سال پیش
والد
کامیت
8b4cf118d9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      appGUI/preferences/__init__.py

+ 1 - 0
appGUI/preferences/__init__.py

@@ -1,4 +1,5 @@
 from appGUI.GUIElements import *
+from PyQt5.QtCore import QSettings
 import gettext
 import appTranslation as fcTranslate
 import builtins