mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: staging title screen logo
This commit is contained in:
parent
5ec23ca866
commit
9cfa7717b2
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ namespace Dalamud.Interface.Internal
|
|||
this.isImGuiDrawDevMenu = true;
|
||||
|
||||
#if !DEBUG
|
||||
if (config.DoDalamudTest)
|
||||
if (config.DalamudBetaKind == DalamudConfiguration.DalamudCurrentBetaKey)
|
||||
{
|
||||
#endif
|
||||
#pragma warning disable SA1137
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue