mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
Make default theme depend on EXPERIMENTAL_DA #define.
This commit is contained in:
parent
0e3f4ce50c
commit
8c8f38079d
@ -164,7 +164,11 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartStatic(_("Theme"));
|
S.StartStatic(_("Theme"));
|
||||||
{
|
{
|
||||||
|
#ifdef EXPERIMENTAL_DA
|
||||||
S.StartRadioButtonGroup(wxT("/GUI/Theme"), wxT("dark"));
|
S.StartRadioButtonGroup(wxT("/GUI/Theme"), wxT("dark"));
|
||||||
|
#else
|
||||||
|
S.StartRadioButtonGroup(wxT("/GUI/Theme"), wxT("classic"));
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
S.TieRadioButton(_("Classic"),
|
S.TieRadioButton(_("Classic"),
|
||||||
wxT("classic"));
|
wxT("classic"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user