1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Scrubbing off by default.

This commit is contained in:
James Crook 2020-03-15 23:15:15 +00:00
parent ce085afb3b
commit 89beb0c143

View File

@ -256,7 +256,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
true});
S.TieCheckBox(XO("Show Scrub Ruler"),
{wxT("/QuickPlay/ScrubbingEnabled"),
true});
false});
}
S.EndStatic();