StartPage implement custom CSS preference

This commit is contained in:
qewer33
2023-09-03 16:21:49 +03:00
parent a1d20ec97d
commit 5be49a56f9
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();