mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Qt: filter log viewer when opening a file
This commit is contained in:
parent
c4b38869ab
commit
958d77ba52
@ -205,6 +205,8 @@ void log_viewer::show_log()
|
||||
gui_log.error("log_viewer: Failed to open %s", sstr(m_path_last));
|
||||
m_log_text->setPlainText(tr("Failed to open '%0'").arg(m_path_last));
|
||||
}
|
||||
|
||||
filter_log();
|
||||
}
|
||||
|
||||
void log_viewer::set_text_and_keep_position(const QString& text)
|
||||
|
Loading…
Reference in New Issue
Block a user