Use IsDeployedBuild instead of IsDebugBuild for footer display conditional

This commit is contained in:
Dean Herbert 2021-01-06 23:30:54 +09:00
parent cf3043fc08
commit d056e6575e

View File

@ -61,7 +61,7 @@ namespace osu.Desktop.Overlays
}
};
if (DebugUtils.IsDebugBuild)
if (!game.IsDeployedBuild)
{
mainFill.AddRange(new Drawable[]
{