mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
System information: add credits
This commit is contained in:
parent
c07d2d7aaf
commit
683c28c4da
1 changed files with 2 additions and 2 deletions
|
@ -647,8 +647,8 @@ namespace {
|
||||||
global::systemInfoText = "<b>InkBox OS version ";
|
global::systemInfoText = "<b>InkBox OS version ";
|
||||||
string_checkconfig_ro("/external_root/opt/isa/version");
|
string_checkconfig_ro("/external_root/opt/isa/version");
|
||||||
global::systemInfoText.append(checkconfig_str_val);
|
global::systemInfoText.append(checkconfig_str_val);
|
||||||
global::systemInfoText.append("</b><br>Copyright <font face='Inter'>©</font> 2021-2023 Nicolas Mailloux and contributors");
|
global::systemInfoText.append("</b><br>Copyright <font face='Inter'>©</font> 2021-2023 Nicolas Mailloux and contributors<br>Special thanks to: Szybet, NiLuJe, akemnade, Rain92 (GitHub)");
|
||||||
global::systemInfoText.append("<br><b>Git:</b> ");
|
global::systemInfoText.append("<br><b>GUI Git commit:</b> ");
|
||||||
global::systemInfoText.append(GIT_VERSION);
|
global::systemInfoText.append(GIT_VERSION);
|
||||||
global::systemInfoText.append("<br><b>Device UID:</b> ");
|
global::systemInfoText.append("<br><b>Device UID:</b> ");
|
||||||
global::systemInfoText.append(deviceUID);
|
global::systemInfoText.append(deviceUID);
|
||||||
|
|
Loading…
Reference in a new issue