|
|
@ -1244,6 +1244,9 @@ void ImGui::ShowTestWindow(bool* p_open) |
|
|
|
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n"); |
|
|
|
ImGui::Text("All those beautiful files will be deleted.\nThis operation cannot be undone!\n\n"); |
|
|
|
ImGui::Separator(); |
|
|
|
ImGui::Separator(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//static int dummy_i = 0;
|
|
|
|
|
|
|
|
//ImGui::Combo("Combo", &dummy_i, "Delete\0Delete harder\0");
|
|
|
|
|
|
|
|
|
|
|
|
static bool dont_ask_me_next_time = false; |
|
|
|
static bool dont_ask_me_next_time = false; |
|
|
|
ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0,0)); |
|
|
|
ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, ImVec2(0,0)); |
|
|
|
ImGui::Checkbox("Don't ask me next time", &dont_ask_me_next_time); |
|
|
|
ImGui::Checkbox("Don't ask me next time", &dont_ask_me_next_time); |
|
|
|