9class GitDeleteConfirmDialog
13 void Show(
const std::string& title,
const std::string& body, int32_t dangerLevel, std::function<
void()> callback);
18 bool mJustOpened =
false;
22 int32_t mDangerLevel = 0;
23 std::function<void()> mCallback;
24 bool mUnderstandChecked =
false;
27GitDeleteConfirmDialog* GetGitDeleteConfirmDialog();