mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
imageinfo: outsource support info init into own member
This commit is contained in:
@@ -389,6 +389,12 @@ void CImageInfo::InitInfoData()
|
||||
//internal api versions
|
||||
initAPIVersions();
|
||||
|
||||
//support infos
|
||||
initSupportInfo();
|
||||
}
|
||||
|
||||
void CImageInfo::initSupportInfo()
|
||||
{
|
||||
//www
|
||||
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_HOMEPAGE), config.getString("homepage", PACKAGE_URL)});
|
||||
//doc
|
||||
|
Reference in New Issue
Block a user