GUI version string includes OS and Arch

(Useful when debugging via screenshots...)
This commit is contained in:
Jakob Borg
2015-04-09 11:32:54 +02:00
parent e41e58e781
commit 4b07609458
2 changed files with 27 additions and 2 deletions

View File

@@ -326,7 +326,7 @@
</tr>
<tr>
<th><span class="glyphicon glyphicon-tag"></span>&emsp;<span translate>Version</span></th>
<td class="text-right">{{version}}</td>
<td class="text-right">{{versionString()}}</td>
</tr>
</tbody>
</table>