mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: performance
This commit is contained in:
@@ -36,7 +36,7 @@ class _ProcessPageState extends State<ProcessPage> {
|
||||
|
||||
SSHClient? _client;
|
||||
|
||||
PsResult _result = PsResult(procs: []);
|
||||
PsResult _result = const PsResult(procs: []);
|
||||
int? _lastFocusId;
|
||||
|
||||
// Issue #64
|
||||
|
||||
Reference in New Issue
Block a user