MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / DisableSavingSettingsClicked

Method DisableSavingSettingsClicked

Xaml/Pages/TrayFlyoutPage.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 void TrayFlyoutPage::DisableSavingSettingsClicked(const IInspectable &, const wux::RoutedEventArgs &)
200 {
201 m_DisableSavingSettingsChangedDelegate(DisableSavingSettings().IsChecked());
202 }
203
204 void TrayFlyoutPage::ResetDynamicStateClicked(const IInspectable &, const wux::RoutedEventArgs&)
205 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected