Skip to content

Commit

Permalink
fix EnableReportQuickButton default value
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 10, 2024
1 parent db9dd96 commit 32025af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin/DefaultConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"EnableLinkToLegacyUi": true, // Enables a link to the legacy Orthanc UI
"EnableChangePassword": true, // Enables the 'change password' button in the side bar. Only applicable if Keycloak is enabled
"EnableViewerQuickButton": true, // Enables a button in the study list to directly open a viewer
"EnableReportQuickButton": true, // Enables a button in the study list to directly open a PDF report if available in the study
"EnableReportQuickButton": false, // Enables a button in the study list to directly open a PDF report if available in the study

"EnableEditLabels": true, // Enables labels management (create/delete/assign/unassign)
"AvailableLabels": [], // If not empty, this list prevents the creation of new labels and only allows add/remove of the listed labels.
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.3 (2024-10-10)
1.6.4 (2024-10-10)
==================

Changes:
Expand Down

0 comments on commit 32025af

Please sign in to comment.