Skip to content

Commit 6e9c51d

Browse files
fix(installer): disable the right file association options by default
1 parent 4e13343 commit 6e9c51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installer/win/NSIS.InstallOptions.ini.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Left=95
159159
Right=135
160160
Top=95
161161
Bottom=105
162-
State=0
162+
State=1
163163

164164
[Field 19]
165165
Type=CheckBox
@@ -177,7 +177,7 @@ Left=95
177177
Right=135
178178
Top=115
179179
Bottom=125
180-
State=1
180+
State=0
181181

182182
[Field 21]
183183
Type=CheckBox

0 commit comments

Comments
 (0)