From e10fb40a48c655edcb041f2438daf0918db3f115 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 27 May 2025 14:53:50 +0800 Subject: [PATCH] NSIS: revise license page The GPL doesn't need to be agreed with and therefore remove 'I accept agreement' checkbox and adjust related UI elements. Closes #22660. PR #22775. --- dist/windows/config.nsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/windows/config.nsh b/dist/windows/config.nsh index 0123e028f..19558c1d6 100644 --- a/dist/windows/config.nsh +++ b/dist/windows/config.nsh @@ -111,7 +111,8 @@ RequestExecutionLevel user !define MUI_HEADERIMAGE !define MUI_COMPONENTSPAGE_NODESC ;!define MUI_ICON "qbittorrent.ico" -!define MUI_LICENSEPAGE_CHECKBOX +!define MUI_LICENSEPAGE_BUTTON $(^NextBtn) +!define MUI_LICENSEPAGE_TEXT_BOTTOM "$_CLICK" !define MUI_LANGDLL_ALLLANGUAGES ;--------------------------------