fixes
This commit is contained in:
@ -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) {}
|
||||
|
Reference in New Issue
Block a user