ui changes
This commit is contained in:
parent
343ac025d5
commit
c4b4bc9b49
@ -48,7 +48,9 @@ class _MountWidgetState extends State<MountWidget> {
|
||||
children: [
|
||||
nameText,
|
||||
SelectableText(
|
||||
mount.path,
|
||||
mount.path.isEmpty && mount.state == null
|
||||
? 'detecting...'
|
||||
: mount.path,
|
||||
style: TextStyle(color: subTextColor),
|
||||
),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user