mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-26 19:38:25 -05:00
UI: Update error message severity levels and show additional info
This commit is contained in:
@@ -215,7 +215,7 @@ void OBSBasicSourceSelect::on_buttonBox_accepted()
|
||||
AddExisting(QT_TO_UTF8(item->text()), visible, false);
|
||||
} else {
|
||||
if (ui->sourceName->text().isEmpty()) {
|
||||
OBSMessageBox::information(this,
|
||||
OBSMessageBox::warning(this,
|
||||
QTStr("NoNameEntered.Title"),
|
||||
QTStr("NoNameEntered.Text"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user