fix: ssh alter url (#554)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-27 15:22:26 +08:00
committed by GitHub
parent 329fd33b69
commit eb83d05c81
17 changed files with 79 additions and 84 deletions

View File

@@ -165,10 +165,7 @@ void _onTapMoreBtns(
);
break;
case ServerFuncBtn.systemd:
SystemdPage.route.go(
context,
args: SystemdPageArgs(spi: spi),
);
SystemdPage.route.go(context, SystemdPageArgs(spi: spi));
break;
}
}