mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 07:34:10 +01:00
Scrubbing toolbar defaults off.
This commit is contained in:
@@ -1872,7 +1872,7 @@ namespace {
|
||||
bool ReadScrubEnabledPref()
|
||||
{
|
||||
bool result {};
|
||||
gPrefs->Read(scrubEnabledPrefName, &result, true);
|
||||
gPrefs->Read(scrubEnabledPrefName, &result, false);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user