Add info boxes contents
This commit is contained in:
@@ -15,8 +15,8 @@ impl AddFolderPopup {
|
||||
let mut textarea = TextArea::new(
|
||||
"Folder Path",
|
||||
"",
|
||||
|x| {
|
||||
let path = Path::new(x);
|
||||
|v| {
|
||||
let path = Path::new(v);
|
||||
path.exists() && path.is_dir()
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user