mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +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() {
|
function buildPlatformInfoTextToCopy() {
|
||||||
var textToCopy = "About Interface:\n";
|
var textToCopy = "**About Interface**\n";
|
||||||
textToCopy += "Interface Version: " + Window.checkVersion() + "\n";
|
textToCopy += "Interface Version: " + Window.checkVersion() + "\n";
|
||||||
textToCopy += "\nPlatform Info:\n";
|
textToCopy += "\n**Platform Info**\n";
|
||||||
textToCopy += "Profiled Platform Tier: " + PlatformInfo.getTierProfiled() + "\n";
|
textToCopy += "Profiled Platform Tier: " + PlatformInfo.getTierProfiled() + "\n";
|
||||||
textToCopy += "OS Type: " + PlatformInfo.getOperatingSystemType() + "\n";
|
textToCopy += "OS Type: " + PlatformInfo.getOperatingSystemType() + "\n";
|
||||||
textToCopy += "CPU: " + PlatformInfo.getCPUBrand() + "\n";
|
textToCopy += "CPU: " + PlatformInfo.getCPUBrand() + "\n";
|
||||||
|
|
Loading…
Reference in a new issue