Add more mirror site for box86/box64 and wine

This commit is contained in:
Caten
2024-08-10 18:15:59 +08:00
parent cb1f4b23ee
commit 5ebbaf7073
6 changed files with 8 additions and 9 deletions

View File

@@ -662,9 +662,8 @@ class _InfoPageState extends State<InfoPage> {
elevation: 1,
expandedHeaderPadding: const EdgeInsets.all(0),
expansionCallback: (panelIndex, isExpanded) {
setState(() {
_expandState[panelIndex] = isExpanded;
});
_expandState[panelIndex] = isExpanded;
WidgetsBinding.instance.addPostFrameCallback((_) => setState(() {}));
},
children: [
ExpansionPanel(