1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +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}); true});
S.TieCheckBox(XO("Show Scrub Ruler"), S.TieCheckBox(XO("Show Scrub Ruler"),
{wxT("/QuickPlay/ScrubbingEnabled"), {wxT("/QuickPlay/ScrubbingEnabled"),
true}); false});
} }
S.EndStatic(); S.EndStatic();