windows fixes

This commit is contained in:
2025-03-17 12:50:16 -05:00
parent b15393bacf
commit c9281c9bcd
4 changed files with 11 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ class _MountWidgetState extends State<MountWidget> {
return cleanup();
}
displayErrorMessage(context, "Mount location not found");
displayErrorMessage(context, "Mount location is not available");
return cleanup();
}
: null;