Revert "lunux client"

This reverts commit 8142887644.
This commit is contained in:
lzx
2026-01-29 10:45:20 +08:00
parent 8142887644
commit 7f86327a96
3 changed files with 83 additions and 107 deletions

View File

@@ -423,9 +423,6 @@ class MainScreen extends StatelessWidget {
);
if (confirmed == true) {
// 先优雅关闭客户端和挖矿进程,再退出程序
final provider = Provider.of<ClientProvider>(context, listen: false);
await provider.shutdown();
exit(0);
}
}