mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Better text formatting
This commit is contained in:
parent
4670c11397
commit
bd02a5eafd
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue