- remade file names in the app
- fixed the issue with factory_defaults being saved every time the app start - fixed the preferences not being saved to a file when the Save button is pressed in Edit -> Preferences - fixed and updated the Transform Tools in the Editors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from PyQt5 import QtGui, QtCore, QtWidgets
|
||||
from AppGUI.GUIElements import FCTable, FCEntry, FCButton, FCFileSaveDialog
|
||||
from appGUI.GUIElements import FCTable, FCEntry, FCButton, FCFileSaveDialog
|
||||
|
||||
import sys
|
||||
import webbrowser
|
||||
@@ -7,7 +7,7 @@ import webbrowser
|
||||
from copy import deepcopy
|
||||
from datetime import datetime
|
||||
import gettext
|
||||
import AppTranslation as fcTranslate
|
||||
import appTranslation as fcTranslate
|
||||
import builtins
|
||||
|
||||
fcTranslate.apply_language('strings')
|
||||
|
||||
Reference in New Issue
Block a user