This commit is contained in:
Dr Masroor Ehsan 2025-01-28 09:35:00 +06:00
parent 7269c5e7e6
commit d9967941bc

View File

@ -2,6 +2,12 @@
"StoneWebViewer": {
"DateFormat": "DD/MM/YYYY",
"PrintEnabled": false,
"CombinedToolEnabled": true,
"CombinedToolBehaviour": {
"LeftMouseButton": "Windowing",
"MiddleMouseButton": "Pan",
"RightMouseButton": "Zoom"
},
"DownloadAsJpegEnabled": false,
"DownloadStudyEnabled": false,
"DownloadDicomDir": false,
@ -9,6 +15,6 @@
"ShowInfoPanelAtStartup": "Never",
"ShowUserPreferencesButton": true,
"ShowNotForDiagnosticUsageDisclaimer": false,
"DicomCacheSize": 2048
"DicomCacheSize": 256
}
}