Skip to content

Commit

Permalink
Minor settings improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Dec 2, 2024
1 parent 2d871ce commit fa1f5b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BTCPayApp.UI/Pages/Settings/IndexPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@
@if (UserInfo?.Stores?.Count() > 1 || CurrentStore == null)
{
<li class="list-group-item">
<a href="@Routes.SelectStore" class="@(CurrentStore != null ? "pt-1 pb-2" : null)">
<a href="@Routes.SelectStore" class="@(CurrentStore != null ? "pt-1 pb-2" : "justify-content-start")">
<Icon Symbol="nav-store"/>
@if (CurrentStore == null)
{
<span>Select Store</span>
<Icon Symbol="caret-right"/>
}
else
{
Expand Down
1 change: 1 addition & 0 deletions BTCPayApp.UI/Pages/Settings/PosPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
Items = data.Items
};
}

private class PosAppModel
{
[Required]
Expand Down

0 comments on commit fa1f5b3

Please sign in to comment.