Fix names, icon and tips

This commit is contained in:
Petr Mironychev
2024-09-08 01:42:23 +02:00
parent f64ea42071
commit 216c28aa5e
4 changed files with 18 additions and 5 deletions

View File

@ -137,6 +137,8 @@ public:
setId(Constants::QODE_ASSIST_CONTEXT_SETTINGS_PAGE_ID);
setDisplayName(Tr::tr("Context"));
setCategory(Constants::QODE_ASSIST_GENERAL_OPTIONS_CATEGORY);
setDisplayCategory(Constants::QODE_ASSIST_GENERAL_OPTIONS_DISPLAY_CATEGORY);
setCategoryIconPath(":/resources/images/qoderassist-icon.png");
setSettingsProvider([] { return &contextSettings(); });
}
};