File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ Android Requirements : Api 21 mini
8787### WARNINGS :
8888- the nav system keyboard behavior is not working as expected, so maybe full of bug for ImGuiFileDialog
8989
90- <details open ><summary ><h2 >Singleton Pattern vs. Multiple Instances :</h2 ></summary ><blockquote >
91-
9290### Filter format
9391
9492A filter is recognized only if it respects theses rules :
@@ -102,6 +100,8 @@ A filter is recognized only if it respects theses rules :
1021004 ) the filters cannot integrate these chars '(' ')' '{' '}' ' ' except for a regex with respect to rule 1)
1031015 ) the filters cannot integrate a ','
104102
103+ <details open ><summary ><h2 >Singleton Pattern vs. Multiple Instances :</h2 ></summary ><blockquote >
104+
105105### Single Dialog :
106106
107107If you only need to display one file dialog at a time, use ImGuiFileDialog's singleton pattern to avoid explicitly
You can’t perform that action at this time.
0 commit comments