diff --git a/src/olympic/studio/applib/src/popups/about.cpp b/src/olympic/studio/applib/src/popups/about.cpp index 4b7dc1fd..a1eb89ac 100644 --- a/src/olympic/studio/applib/src/popups/about.cpp +++ b/src/olympic/studio/applib/src/popups/about.cpp @@ -15,7 +15,11 @@ namespace studio { AboutPopup::AboutPopup(turbine::Context &ctx) noexcept: Popup("About"), +#ifdef DEBUG + m_text{sfmt("{} [DEBUG] - {}", keelCtx(ctx).appName, olympic::appVersion)} { +#else m_text{sfmt("{} - {}", keelCtx(ctx).appName, olympic::appVersion)} { +#endif } void AboutPopup::draw(Context &sctx) noexcept {