mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
imageinfo: align to gui output above
This commit is contained in:
@@ -374,7 +374,7 @@ void CImageInfo::InitInfoData()
|
|||||||
hal_libversion_t ver;
|
hal_libversion_t ver;
|
||||||
hal_get_lib_version(&ver);
|
hal_get_lib_version(&ver);
|
||||||
//libstb-hal version
|
//libstb-hal version
|
||||||
v_info.push_back({"libstb-hal:", ver.vVersion});
|
v_info.push_back({"libstb-hal:", ver.vStr});
|
||||||
//libstb-hal git status
|
//libstb-hal git status
|
||||||
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_VCS), ver.vGitDescribe});
|
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_VCS), ver.vGitDescribe});
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user