fix: ssh term (#365)
This commit is contained in:
@@ -32,7 +32,7 @@ class SftpPage extends StatefulWidget {
|
||||
});
|
||||
|
||||
@override
|
||||
_SftpPageState createState() => _SftpPageState();
|
||||
State<SftpPage> createState() => _SftpPageState();
|
||||
}
|
||||
|
||||
class _SftpPageState extends State<SftpPage> with AfterLayoutMixin {
|
||||
|
||||
Reference in New Issue
Block a user