mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)
This is the first step toward completely replacing tinyfiledialogs with an egui-based solution. Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
e41b34a1bf
commit
62f1dbebff
12 changed files with 261 additions and 70 deletions
|
@ -141,7 +141,7 @@ pub enum FileManagerThreadMsg {
|
|||
Vec<FilterPattern>,
|
||||
IpcSender<FileManagerResult<SelectedFile>>,
|
||||
FileOrigin,
|
||||
Option<String>,
|
||||
Option<PathBuf>,
|
||||
),
|
||||
|
||||
/// Select multiple files. Last field is pre-selected file paths for testing
|
||||
|
@ -150,7 +150,7 @@ pub enum FileManagerThreadMsg {
|
|||
Vec<FilterPattern>,
|
||||
IpcSender<FileManagerResult<Vec<SelectedFile>>>,
|
||||
FileOrigin,
|
||||
Option<Vec<String>>,
|
||||
Option<Vec<PathBuf>>,
|
||||
),
|
||||
|
||||
/// Read FileID-indexed file in chunks, optionally check URL validity based on boolean flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue