1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 00:30:23 +01:00

Hide Scrub Bar, by default.

This commit is contained in:
James Crook
2016-08-20 22:40:30 +01:00
parent 28ea4a4bc9
commit 30bbbb3a14

View File

@@ -2018,7 +2018,7 @@ namespace {
bool ReadScrubEnabledPref()
{
bool result {};
gPrefs->Read(scrubEnabledPrefName, &result, true);
gPrefs->Read(scrubEnabledPrefName, &result, false);
return result;
}