From ce617aeb67cf601e4bd1ef142bad0a3d8e29e86c Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 6 May 2024 14:48:32 +0200 Subject: [PATCH] Avoid screen flickering when launching from Tiramisu --- source/UpdaterCheckEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UpdaterCheckEnvironment.cpp b/source/UpdaterCheckEnvironment.cpp index 8f6c441..88dd793 100644 --- a/source/UpdaterCheckEnvironment.cpp +++ b/source/UpdaterCheckEnvironment.cpp @@ -61,7 +61,7 @@ ApplicationState::eSubState UpdaterState::UpdateCheckEnvironmentDirectory(Input } void UpdaterState::RenderCheckEnvironmentDirectory() { - if (!this->mCurEnvironmentPath.empty() && this->mCurEnvironmentPath != DEFAULT_AROMA_ENVIRONMENT_SD_PATH) { + if (!this->mCurEnvironmentPath.empty() && this->mCurEnvironmentPath != DEFAULT_AROMA_ENVIRONMENT_SD_PATH && (this->mCurEnvironmentPath != DEFAULT_TIRAMISU_ENVIRONMENT_SD_PATH)) { DrawUtils::setFontColor(COLOR_RED); DrawUtils::setFontSize(30); DrawUtils::print(16, 90, "Warning");