add: refresh btn on desktop

This commit is contained in:
lollipopkit
2023-08-10 18:39:58 +08:00
parent 4788f1dddc
commit 9ca096094f
6 changed files with 46 additions and 35 deletions

View File

@@ -535,8 +535,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
Future<void> _showEditHostDialog() async {
final id = widget.spi.id;
final host =
_store.fetch(id) ?? 'unix:///run/user/1000/docker.sock';
final host = _store.fetch(id) ?? 'unix:///run/user/1000/docker.sock';
final ctrl = TextEditingController(text: host);
await showRoundDialog(
context: context,