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:
parent
ce085afb3b
commit
89beb0c143
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user