MCPcopy Create free account
hub / github.com/YtFlow/Maple / ConfigFolderResetButton_Click

Method ConfigFolderResetButton_Click

Maple.App/MainPage.cpp:647–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 }
646
647 void MainPage::ConfigFolderResetButton_Click(IInspectable const&, RoutedEventArgs const&)
648 {
649 try
650 {
651 ConfigUtil::SetConfigFolder(nullptr);
652 LoadConfigs();
653 }
654 catch (...)
655 {
656 UI::NotifyException(L"Reset Config Folder");
657 }
658 }
659
660}
661

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected