Skip to content

Commit

Permalink
remove the space of server address (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
HystericalDragon authored Aug 17, 2023
1 parent d3a5bf1 commit 7943131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/edit/dialog_edit_profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7943131

Please # to comment.