#156 opt.: show error of settings json
This commit is contained in:
@@ -320,7 +320,11 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
||||
style: textSize11,
|
||||
textScaleFactor: _textFactor,
|
||||
),
|
||||
Text(disk.path, style: textSize11, textScaleFactor: _textFactor,)
|
||||
Text(
|
||||
disk.path,
|
||||
style: textSize11,
|
||||
textScaleFactor: _textFactor,
|
||||
)
|
||||
],
|
||||
),
|
||||
_buildProgress(disk.usedPercent.toDouble())
|
||||
|
||||
Reference in New Issue
Block a user