mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
fix: sftp download/upload (#255)
This commit is contained in:
@@ -21,7 +21,7 @@ class _ServerDetailOrderPageState extends State<ServerFuncBtnsOrderPage> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(
|
||||
title: Text(l10n.serverDetailOrder),
|
||||
title: Text(l10n.sequence),
|
||||
),
|
||||
body: _buildBody(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user