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