Skip to content

Commit

Permalink
use Path.Combine
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 17, 2024
1 parent 19bf807 commit ea15acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Patches/MenuTaskBar_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void Postfix(Dictionary<EMenuType, AnimatedToggle> ____toggleButto
{
Singleton<GUISounds>.Instance.PlayUISound(EUISoundType.ButtonBottomBarClick);
string installDir = Environment.CurrentDirectory;
string fikaDir = installDir + @"\user\fika";
string fikaDir = Path.Combine(installDir, @"\user\fika");

if (!string.IsNullOrEmpty(installDir))
{
Expand Down

0 comments on commit ea15acb

Please sign in to comment.