mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt. & fix
opt.: upload file fix: surplus server order opt.: sftp view
This commit is contained in:
@@ -106,10 +106,7 @@ class _PingPageState extends State<PingPage>
|
||||
return Center(
|
||||
child: Text(
|
||||
_s.noResult,
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
color: primaryColor,
|
||||
),
|
||||
style: const TextStyle(fontSize: 18),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user