Fix hangover and update

This commit is contained in:
Caten
2024-12-01 16:26:03 +08:00
parent b5cbda42cb
commit ee230f91dd
2 changed files with 1 additions and 1 deletions

View File

@@ -594,7 +594,7 @@ Virgl可为使用OpenGL ES的应用提供加速。"""),
或者寻找该Windows软件官方是否提供Linux arm64版本。"""),
const SizedBox.square(dimension: 8),
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版9.20"), onPressed: () async {
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版9.22"), onPressed: () async {
Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
G.pageIndex.value = 0;
}),