mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-26 03:11:24 +08:00
remove the space of server address (#804)
This commit is contained in:
parent
d3a5bf162a
commit
7943131c6b
@ -342,7 +342,7 @@ bool DialogEditProfile::onEnd() {
|
||||
|
||||
// 左边
|
||||
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();
|
||||
|
||||
// 右边 stream
|
||||
|
||||
Loading…
Reference in New Issue
Block a user