MCPcopy 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
529void UpdatePrefs() override
530{
531 mCircularTrackNavigation =
532 gPrefs->ReadBool(wxT("/GUI/CircularTrackNavigation"), false);
533}
534Handler()
535{
536 UpdatePrefs();

Callers

nothing calls this directly

Calls 1

ReadBoolMethod · 0.80

Tested by

no test coverage detected