At the end of load_config, something like the following: ```C++ if(settings.value("BPG/autolink", false).toBool()) toggleRecording(); ``` Then the appropriate setting in the example cfg. This should probably default to `false`.