Skip to content

Commit b20b01b

Browse files
Add dark mode support to installer
1 parent da1abf2 commit b20b01b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Installer/installer_arm64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SetupIconFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\a
3232
UninstallDisplayIcon={app}\app.ico
3333
Compression=lzma
3434
SolidCompression=yes
35-
WizardStyle=modern
35+
WizardStyle=modern dynamic
3636
MinVersion=10.0.19041
3737
ArchitecturesAllowed=arm64
3838
ArchitecturesInstallIn64BitMode=arm64

Installer/installer_x64.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SetupIconFile=C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\a
3232
UninstallDisplayIcon={app}\app.ico
3333
Compression=lzma
3434
SolidCompression=yes
35-
WizardStyle=modern
35+
WizardStyle=modern dynamic
3636
MinVersion=10.0.19041
3737
ArchitecturesAllowed=x64compatible
3838
ArchitecturesInstallIn64BitMode=x64compatible

0 commit comments

Comments
 (0)