sysprof: fix check for development build

This commit is contained in:
Christian Hergert
2023-08-07 14:50:47 -07:00
parent 954e06ca14
commit a40f330096

View File

@ -77,7 +77,7 @@ sysprof_application_window_added (GtkApplication *application,
g_assert (SYSPROF_IS_APPLICATION (application));
g_assert (GTK_IS_WINDOW (window));
#ifdef DEVELOPMENT_BUILD
#if DEVELOPMENT_BUILD
gtk_widget_add_css_class (GTK_WIDGET (window), "devel");
#endif