mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
update ui
This commit is contained in:
@@ -333,16 +333,16 @@ void DialogEditProfile::typeSelected(const QString &newType) {
|
||||
}
|
||||
|
||||
bool DialogEditProfile::onEnd() {
|
||||
// 左边
|
||||
ent->bean->name = ui->name->text();
|
||||
ent->bean->serverAddress = ui->address->text();
|
||||
ent->bean->serverPort = ui->port->text().toInt();
|
||||
|
||||
// bean
|
||||
if (!innerEditor->onEnd()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// 左边
|
||||
ent->bean->name = ui->name->text();
|
||||
ent->bean->serverAddress = ui->address->text();
|
||||
ent->bean->serverPort = ui->port->text().toInt();
|
||||
|
||||
// 右边 stream
|
||||
auto stream = GetStreamSettings(ent->bean.get());
|
||||
if (stream != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user