Better text formatting

This commit is contained in:
Zach Fox 2019-06-18 12:29:52 -07:00
parent 4670c11397
commit bd02a5eafd

View file

@ -165,9 +165,9 @@ Flickable {
}
function buildPlatformInfoTextToCopy() {
var textToCopy = "About Interface:\n";
var textToCopy = "**About Interface**\n";
textToCopy += "Interface Version: " + Window.checkVersion() + "\n";
textToCopy += "\nPlatform Info:\n";
textToCopy += "\n**Platform Info**\n";
textToCopy += "Profiled Platform Tier: " + PlatformInfo.getTierProfiled() + "\n";
textToCopy += "OS Type: " + PlatformInfo.getOperatingSystemType() + "\n";
textToCopy += "CPU: " + PlatformInfo.getCPUBrand() + "\n";