This commit is contained in:
parent
c4b4bc9b49
commit
532dd3c417
@ -49,7 +49,9 @@ class _MountWidgetState extends State<MountWidget> {
|
|||||||
nameText,
|
nameText,
|
||||||
SelectableText(
|
SelectableText(
|
||||||
mount.path.isEmpty && mount.state == null
|
mount.path.isEmpty && mount.state == null
|
||||||
? 'detecting...'
|
? 'loading...'
|
||||||
|
: mount.path.isEmpty
|
||||||
|
? '<mount location not set>'
|
||||||
: mount.path,
|
: mount.path,
|
||||||
style: TextStyle(color: subTextColor),
|
style: TextStyle(color: subTextColor),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user