diff --git a/JiayiLauncher/Modals/EditProfile.razor b/JiayiLauncher/Modals/EditProfile.razor index ff9ba76..fd59b0a 100644 --- a/JiayiLauncher/Modals/EditProfile.razor +++ b/JiayiLauncher/Modals/EditProfile.razor @@ -11,7 +11,7 @@ Save - @if (JiayiSettings.Instance!.ProfileCollectionPath == string.Empty) + @if (JiayiSettings.Instance.ProfileCollectionPath == string.Empty) {
diff --git a/JiayiLauncher/Modals/ImportCollection.razor b/JiayiLauncher/Modals/ImportCollection.razor index 93ef756..ea51c46 100644 --- a/JiayiLauncher/Modals/ImportCollection.razor +++ b/JiayiLauncher/Modals/ImportCollection.razor @@ -30,7 +30,7 @@ The mods in this collection will be merged with your collection } -
+
Import Cancel