misc bugfixes

This commit is contained in:
Homes32
2021-11-06 12:39:36 -05:00
parent 6e415953e9
commit 2e23e1f03c
5 changed files with 29 additions and 21 deletions

View File

@@ -165,8 +165,8 @@ Else,RegWrite,HKLM,0x1,"Tmp_Default\Software\OpenShell\StartMenu\Settings","Sear
RegWrite,HKLM,0x4,"Tmp_Default\Software\OpenShell\StartMenu\Settings","MaxRecentPrograms",%nb_MaxRecentPgm%
// Write SkinOptionsW7
// Options that don't pertain to the selected skin will be ignored so we can be lazy
RegWrite,HKLM,0x7,"Tmp_Default\Software\OpenShell\StartMenu\Settings","SkinOptionsW7","USER_IMAGE=%ShowUserPic%","SMALL_ICONS=%UseSmallIcons%","LARGE_FONT=%UseLargeFonts%","OPAQUE=%MakeMenuOpaque%","WHITE_SUBMENUS=%WhiteSubMenus%"
// Options that don't pertain to the selected skin will be ignored so we can be lazy and leave them in the config.
RegWrite,HKLM,0x7,"Tmp_Default\Software\OpenShell\StartMenu\Settings","SkinOptionsW7","USER_IMAGE=%ShowUserPic%","SMALL_ICONS=%UseSmallIcons%","LARGE_FONT=%UseLargeFonts%","OPAQUE=%MakeMenuOpaque%","WHITE_SUBMENUS=%WhiteSubMenus%","ICON_FRAMES=0"
RegHiveUnload,Tmp_Software
RegHiveUnload,Tmp_Default
@@ -339,9 +339,9 @@ cb_MakeMenuOpaque="Disable menu transparency",1,3,15,235,200,18,False
cb_ShowSearch="Show the Search Box",1,3,15,356,233,16,True
lbl_RecentItems="Number of recent programs to display:",1,1,16,382,187,18,8,Normal
nb_MaxRecentPgm=,1,2,206,375,46,22,20,1,20,1
bvl_AdvancedOptions="Advanced Options",1,12,5,423,263,62,8,Bold
cb_UseCustomXMLCfg="Use a custom XML configuration file",1,3,13,436,200,18,False,"__You may export your settings from Open-Shell and specify the .xml file here to have them imported into your build.#$x#$xNote: Custom XML overwrites settings configured by using this script's interface."
fb_CustomXMLCfg=,1,13,13,459,244,20,file,Title=Select your .xml config file
bvl_AdvancedOptions="Advanced Options",0,12,5,423,263,62,8,Bold
cb_UseCustomXMLCfg="Use a custom XML configuration file",0,3,13,436,200,18,False,"__You may export your settings from Open-Shell and specify the .xml file here to have them imported into your build.#$x#$xNote: Custom XML overwrites settings configured by using this script's interface."
fb_CustomXMLCfg=,0,13,13,459,244,20,file,Title=Select your .xml config file
[EncodedFolders]
Open-Shell