diff --git a/src/MeloNX/MeloNX/MeloNXApp.swift b/src/MeloNX/MeloNX/MeloNXApp.swift index cc72ac72c..2fe7b51da 100644 --- a/src/MeloNX/MeloNX/MeloNXApp.swift +++ b/src/MeloNX/MeloNX/MeloNXApp.swift @@ -33,11 +33,7 @@ struct MeloNXApp: App { } } .onAppear { - #if RELEASE initR() - #else - showed = true - #endif } .frame(maxWidth: .infinity, maxHeight: .infinity) .background(Color.black.opacity(1))