Update core

Fix some issues
This commit is contained in:
chen08209
2025-01-09 18:38:52 +08:00
parent 58acd9c1ab
commit 35f89fea90
17 changed files with 179 additions and 180 deletions

View File

@@ -51,7 +51,9 @@ class _MemoryInfoState extends State<MemoryInfo> {
iconData: Icons.memory,
label: appLocalizations.memoryInfo,
),
onPressed: () {},
onPressed: () {
clashCore.requestGc();
},
child: ValueListenableBuilder(
valueListenable: _memoryInfoStateNotifier,
builder: (_, trafficValue, __) {