MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnBnClickedDontshowagain

Method OnBnClickedDontshowagain

cppcryptfs/ui/MountMangerDialog.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void CMountMangerDialog::OnBnClickedDontshowagain()
53{
54 // TODO: Add your control notification handler code here
55
56 CryptSettings::getInstance().SaveSetting(MOUNTMANAGERWARN, !IsDlgButtonChecked(IDC_DONTSHOWAGAIN));
57}

Callers

nothing calls this directly

Calls 1

SaveSettingMethod · 0.80

Tested by

no test coverage detected