Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ UpdatePrefs
Method
UpdatePrefs
src/menus/NavigationMenus.cpp:529–533 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
void UpdatePrefs() override
530
{
531
mCircularTrackNavigation =
532
gPrefs->ReadBool(wxT(
"/GUI/CircularTrackNavigation"
), false);
533
}
534
Handler()
535
{
536
UpdatePrefs();
Callers
nothing calls this directly
Calls
1
ReadBool
Method · 0.80
Tested by
no test coverage detected