mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: ssh term (#365)
This commit is contained in:
@@ -19,7 +19,7 @@ final class PvePage extends StatefulWidget {
|
||||
});
|
||||
|
||||
@override
|
||||
_PvePageState createState() => _PvePageState();
|
||||
State<PvePage> createState() => _PvePageState();
|
||||
}
|
||||
|
||||
const _kHorziPadding = 11.0;
|
||||
|
||||
Reference in New Issue
Block a user