mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
remove the space of server address (#804)
This commit is contained in:
@@ -342,7 +342,7 @@ bool DialogEditProfile::onEnd() {
|
|||||||
|
|
||||||
// 左边
|
// 左边
|
||||||
ent->bean->name = ui->name->text();
|
ent->bean->name = ui->name->text();
|
||||||
ent->bean->serverAddress = ui->address->text();
|
ent->bean->serverAddress = ui->address->text().remove(' ');
|
||||||
ent->bean->serverPort = ui->port->text().toInt();
|
ent->bean->serverPort = ui->port->text().toInt();
|
||||||
|
|
||||||
// 右边 stream
|
// 右边 stream
|
||||||
|
|||||||
Reference in New Issue
Block a user