You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
This example is based on the [original egui file browser](https://github.com/woelper/egui_pick_file) by [woelper](https://github.com/woelper) but modified to use poll-promise instead.
4
4
It makes the app a bit more complex but closer to what I personally prefer to use as it prevents the user from clicking load or save while the picker is still open.
5
5
6
+
For an example of poll_promise in use in a more full featured application see this [log viewer](https://github.com/c-git/log-viewer) (full featured in terms of being able to report errors and that kind of thing).
7
+
6
8
Description from original:
7
9
8
10
> Example app showing how to pick a file on both web and desktop.
0 commit comments