From 73835e4b44e2081947a2f48f41a2c59c88886834 Mon Sep 17 00:00:00 2001
From: carlton <64127681+notcarlton@users.noreply.github.com>
Date: Sun, 31 Dec 2023 22:32:28 -0700
Subject: [PATCH] some margin
---
JiayiLauncher/Modals/EditProfile.razor | 2 +-
JiayiLauncher/Modals/ImportCollection.razor | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
}
-