StartPage implement custom CSS preference

This commit is contained in:
qewer33
2023-09-03 16:21:49 +03:00
parent 4269c9f4a0
commit f09d503d7b
8 changed files with 191 additions and 57 deletions

View File

@@ -99,6 +99,7 @@ PyMOD_INIT_FUNC(StartGui)
// register preferences pages
new Gui::PrefPageProducer<StartGui::DlgStartPreferencesImp> (QT_TRANSLATE_NOOP("QObject", "Start"));
new Gui::PrefPageProducer<StartGui::DlgStartPreferencesAdvancedImp> (QT_TRANSLATE_NOOP("QObject", "Start"));
// instantiating the commands
CreateStartCommands();