mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update ui
This commit is contained in:
@@ -25,6 +25,11 @@ void EditChain::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
|
||||
}
|
||||
|
||||
bool EditChain::onEnd() {
|
||||
if (get_edit_text_name().isEmpty()) {
|
||||
MessageBoxWarning(software_name, tr("Name cannot be empty."));
|
||||
return false;
|
||||
}
|
||||
|
||||
auto bean = this->ent->ChainBean();
|
||||
|
||||
QList<int> idList;
|
||||
|
||||
Reference in New Issue
Block a user