From f286821015e4cc2beea41eefea270ff283c1cccc Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Fri, 26 Jan 2024 21:40:43 -0500 Subject: [PATCH] update mod info card --- .../CustomControls/ModInfoCard.axaml | 36 ++++++++++++++++--- .../CustomControls/ModInfoCard.axaml.cs | 18 ++++++++++ 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/project/Aki.Launcher/CustomControls/ModInfoCard.axaml b/project/Aki.Launcher/CustomControls/ModInfoCard.axaml index b045c5b..c1321f1 100644 --- a/project/Aki.Launcher/CustomControls/ModInfoCard.axaml +++ b/project/Aki.Launcher/CustomControls/ModInfoCard.axaml @@ -13,21 +13,26 @@ Background="{StaticResource AKI_Background_Dark}" > + + + IsVisible="{Binding IsInServer, RelativeSource={RelativeSource AncestorType=UserControl}}" + /> + + + - @@ -39,15 +44,38 @@ + + + +