bug: color seed setting not working (#516)
This commit is contained in:
@@ -413,7 +413,7 @@ class _ContainerPageState extends State<ContainerPage> {
|
||||
final host = Stores.container.fetch(id);
|
||||
final ctrl = TextEditingController(text: host);
|
||||
await context.showRoundDialog(
|
||||
title: 'DOCKER_HOST',
|
||||
title: libL10n.edit,
|
||||
child: Input(
|
||||
maxLines: 2,
|
||||
controller: ctrl,
|
||||
|
||||
Reference in New Issue
Block a user