mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 16:39:19 +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;
|
this.isImGuiDrawDevMenu = true;
|
||||||
|
|
||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
if (config.DalamudBetaKind == DalamudConfiguration.DalamudCurrentBetaKey)
|
if (config.DalamudBetaKey == DalamudConfiguration.DalamudCurrentBetaKey)
|
||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
#pragma warning disable SA1137
|
#pragma warning disable SA1137
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue