Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Oct 27, 2024
1 parent 4c4dd4e commit a8ad7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ All notable changes to this project will be documented in this file.
### Added

- Ability to drag/drop to re-arrange parsers in Classic and Deck themes.
- Several UI standardizations: Unified color scheme for Deck theme, moved
logger options to an options panel, minimized all docs by default, minimized error reporter by default.

### Fixed

- Executables on Mac OS should be allowed to be directories (.app folders).
- User Variables not populating in title variables dropdown under Title Modification section of create parser.

## 2.5.27

Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/parsers.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ export class ParsersComponent implements AfterViewInit, OnDestroy {
).children.limitToGroups as NestedFormElement.Select
).values = Object.keys(this.customVariables);
}
this.changeRef.detectChanges();
}),
);
this.subscriptions.add(
Expand Down

0 comments on commit a8ad7a5

Please sign in to comment.