gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.96k stars 127 forks source link

possible typo in file_dialog.rs and feature request for an example #248

Open DaQue opened 2 years ago

DaQue commented 2 years ago

native-windows-gui/native-windows-gui/src/resources/file_dialog.rs

line 28 * action: The action to execute. Open, OpenDirectory for Save

possible typo "for" should be "or"

Please consider adding an example for file dialogs. You show a image of one in the showcase but no example.