This commit is contained in:
2025-03-03 11:23:39 -06:00
parent 4a59917d23
commit 2096669a7f
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ class _MountWidgetState extends State<MountWidget> {
_enabled = false;
});
String? location;
String? location = mount.path;
if (!isActive && mount.path.isEmpty) {
location = await mount.getMountLocation();
if (location == null) {}