app: debug menu and playground should be visible on non-releases stable branch.

These should be hidden on stable releases and shown on unstable branch. But
we'll also want to show these in the stable branch, outside of release
(typically when we'll be at 3.0.1).
This commit is contained in:
Jehan 2023-07-15 14:48:56 +02:00
parent 8d0393bd4d
commit dc8ba756e4

View file

@ -147,7 +147,7 @@ static gboolean use_cpu_accel = TRUE;
static gboolean console_messages = FALSE;
static gboolean use_debug_handler = FALSE;
#ifdef GIMP_UNSTABLE
#if defined (GIMP_UNSTABLE) || ! defined (GIMP_RELEASE)
static gboolean show_playground = TRUE;
static gboolean show_debug_menu = TRUE;
static GimpStackTraceMode stack_trace_mode = GIMP_STACK_TRACE_QUERY;