Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Prefix your message with one of the following:
- [Fixed] Updated SDPI CSS
- [Changed] Improved handling of Settings update
- [Added] Support for GitHub Enterprise
- [Added] Disabled user title to avoid overrides

## v0.1.0 - 2023-04-08

Expand Down
1 change: 1 addition & 0 deletions src/actions/ViewReviewRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ const action = new ViewReviewRequests({

action.encoder = new Encoder();
action.keyPad = false;
action.enableUserTitle = false;

export default action;