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