Reduced commit hash string in ui
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-3 col-12">
|
<div class="col-md-3 col-12">
|
||||||
@{
|
@{
|
||||||
var commitText = $"{MoonlightService.BuildCommitHash}"; // TODO: Add update check (possible during startup, with error handling etc)
|
var commitText = $"{MoonlightService.BuildCommitHash.Substring(0, 6)}"; // TODO: Add update check (possible during startup, with error handling etc)
|
||||||
}
|
}
|
||||||
|
|
||||||
<StatCard Value="@commitText" Description="Commit" Icon="bxl-git"/>
|
<StatCard Value="@commitText" Description="Commit" Icon="bxl-git"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user