Move some of preferences into new group

This commit is contained in:
DarkPhoenix
2019-03-21 14:00:49 +03:00
parent 6291fe1626
commit 295368635b
4 changed files with 115 additions and 70 deletions

View File

@@ -49,5 +49,6 @@ from gui.builtinPreferenceViews import ( # noqa: E402, F401
pyfaUpdatePreferences,
pyfaEnginePreferences,
pyfaDatabasePreferences,
pyfaLoggingPreferences
pyfaLoggingPreferences,
pyfaMarketPreferences
)