File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ Example code :
288288Load => ImGuiFileDialog::Instance()->DeserializeBookmarks(bookmarString);
289289Save => std::string bookmarkString = ImGuiFileDialog::Instance()->SerializeBookmarks();
290290
291-
292291-----------------------------------------------------------------------------------------------------------------
293292## Path Edition :
294293-----------------------------------------------------------------------------------------------------------------
@@ -343,6 +342,14 @@ Example code :
343342#define OverWriteDialogConfirmButtonString "Confirm"
344343#define OverWriteDialogCancelButtonString "Cancel"
345344
345+ -----------------------------------------------------------------------------------------------------------------
346+ ## Flags :
347+ -----------------------------------------------------------------------------------------------------------------
348+
349+ flag must be specified in OpenDialog or OpenModal
350+ * ImGuiFileDialogFlags_ConfirmOverwrite => show confirm to overwrite dialog
351+ * ImGuiFileDialogFlags_DontShowHiddenFiles => dont show hidden file (file starting with a .)
352+
346353-----------------------------------------------------------------------------------------------------------------
347354## Open / Save dialog Behavior :
348355-----------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments