mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Cleanup
This commit is contained in:
parent
6dd34ebda4
commit
1039c1eb8a
5 changed files with 48 additions and 24 deletions
|
|
@ -679,6 +679,9 @@ internal class ConsoleWindow : Window, IDisposable
|
|||
|
||||
private bool IsFilterApplicable(LogEntry entry)
|
||||
{
|
||||
if (this.regexError)
|
||||
return false;
|
||||
|
||||
try
|
||||
{
|
||||
// If this entry is below a newly set minimum level, fail it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue