This commit is contained in:
arm64v8a
2022-10-22 08:43:32 +09:00
parent d49c2d4e90
commit c288d3e047
4 changed files with 8 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ void EditCustom::onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) {
// custom internal
if (preset_core == "internal") {
ui->core->hide();
ui->core_l->hide();
ui->core_l->setText(tr("Outbound JSON, please read the documentation."));
ui->command->hide();
ui->command_l->hide();
}