mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-27 05:12:06 +08:00
@@ -78,7 +78,7 @@ void InputDialog::handleInput(QString s) {
|
||||
}
|
||||
|
||||
if (!QString::compare(s,"⏎")) {
|
||||
if (line->text().length() > minLength){
|
||||
if (line->text().length() >= minLength){
|
||||
done(QDialog::Accepted);
|
||||
emitText(line->text());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user