Fix settings category icon and name

This commit is contained in:
Petr Mironychev
2024-11-11 11:26:11 +01:00
parent 3dba9d7abe
commit 251a9bae03
6 changed files with 3 additions and 614 deletions

View File

@ -200,6 +200,8 @@ public:
setId(Constants::QODE_ASSIST_GENERAL_SETTINGS_PAGE_ID);
setDisplayName(TrConstants::GENERAL);
setCategory(Constants::QODE_ASSIST_GENERAL_OPTIONS_CATEGORY);
setDisplayCategory(Constants::QODE_ASSIST_GENERAL_OPTIONS_DISPLAY_CATEGORY);
setCategoryIconPath(":/resources/images/qoderassist-icon.png");
setSettingsProvider([] { return &generalSettings(); });
}
};