mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +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"));
|
||||
{
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
S.StartRadioButtonGroup(wxT("/GUI/Theme"), wxT("dark"));
|
||||
#else
|
||||
S.StartRadioButtonGroup(wxT("/GUI/Theme"), wxT("classic"));
|
||||
#endif
|
||||
{
|
||||
S.TieRadioButton(_("Classic"),
|
||||
wxT("classic"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user