From a2d6e96cf29bccf7015a77a33c3223419ebb62b6 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 18 Mar 2018 13:26:08 +0100 Subject: [PATCH] Some improvements to GUI tweaks. --- MPUI_Setup.nsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MPUI_Setup.nsi b/MPUI_Setup.nsi index eaaa861..6918087 100644 --- a/MPUI_Setup.nsi +++ b/MPUI_Setup.nsi @@ -650,8 +650,9 @@ Section "-ApplyTweaks" IntOp $0 $SelectedTweaks & 1 ${If} $0 != 0 ${If} ${FileExists} "$INSTDIR\SMPlayer.ini" - WriteINIStr "$INSTDIR\SMPlayer.ini" "gui" "gui" "SkinGUI" - WriteINIStr "$INSTDIR\SMPlayer.ini" "gui" "iconset" "Modern" + WriteINIStr "$INSTDIR\SMPlayer.ini" "gui" "gui" "SkinGUI" + WriteINIStr "$INSTDIR\SMPlayer.ini" "gui" "qt_style" "Fusion" + WriteINIStr "$INSTDIR\SMPlayer.ini" "gui" "iconset" "Modern" ${EndIf} ${EndIf} -- 2.11.4.GIT