fix: ssh term (#365)
This commit is contained in:
@@ -23,7 +23,7 @@ class SettingPage extends StatefulWidget {
|
||||
const SettingPage({super.key});
|
||||
|
||||
@override
|
||||
_SettingPageState createState() => _SettingPageState();
|
||||
State<SettingPage> createState() => _SettingPageState();
|
||||
}
|
||||
|
||||
class _SettingPageState extends State<SettingPage> {
|
||||
|
||||
Reference in New Issue
Block a user