|
@@ -61,7 +61,7 @@ class ServerSettingPage extends GetView<ServerSettingController> {
|
|
|
label: "端口",
|
|
|
content: state.port.toString(),
|
|
|
onTap: () async {
|
|
|
- final newValue = await VDialogNumber(
|
|
|
+ final newValue = await VDialogInput(
|
|
|
title: "端口",
|
|
|
initialValue: state.port.toString(),
|
|
|
).show();
|