From 63078d2b32ed79e01f8cf5e280fe6dd9a36bb76b Mon Sep 17 00:00:00 2001 From: Anukriti Singh Date: Thu, 23 Nov 2023 12:35:01 +0530 Subject: [PATCH] [MNT-23433] default position set to right --- app/src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/app.config.json b/app/src/app.config.json index 0be6f8fc7b..1c3e46a273 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -1135,6 +1135,6 @@ "downloadPromptReminderDelay": 30, "enableFileAutoDownload": true, "fileAutoDownloadSizeThresholdInMB": 15, - "isCloseButtonOnLeft": true + "isCloseButtonOnLeft": false } }