mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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