mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
Tweaked some error messages and fixed a rare bug with AddShortcut
This commit is contained in:
@@ -107,7 +107,7 @@ RegWrite,HKLM,0x3,"Tmp_Default\Control Panel\Desktop","UserPreferencesMask",#r
|
||||
If,%cmb_LangBarPos%,Equal,"Docked in the TaskBar",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",4
|
||||
Else,If,%cmb_LangBarPos%,Equal,"Floating On Desktop",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",0
|
||||
Else,If,%cmb_LangBarPos%,Equal,"Hidden",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",3
|
||||
Else,Halt,"Logic Error: No configuration defined for language bar position [%cmb_LangBarPos%]"
|
||||
Else,Halt,"INTERNAL LOGIC ERROR: No configuration defined for language bar position [%cmb_LangBarPos%]"
|
||||
|
||||
// Show the Language bar as transparent when inactive
|
||||
If,%cb_LangBarTransparent%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","Transparency",64
|
||||
|
@@ -55,7 +55,7 @@ If,%cmb_Theme%,Equal,"Default",Echo,"Using Default Theme"
|
||||
Else,If,%cmb_Theme%,Equal,"Annihilator",Run,%ScriptFile%,Theme-Annihilator
|
||||
Else,If,%cmb_Theme%,Equal,"Nocturnal",Run,%ScriptFile%,Theme-Nocturnal
|
||||
Else,If,%cmb_Theme%,Equal,"Custom",Run,%ScriptFile%,Theme-Custom
|
||||
Else,Halt,"LOGIC ERROR: [%cmb_Theme%] is not a valid theme."
|
||||
Else,Halt,"INTERNAL LOGIC ERROR: [%cmb_Theme%] is not a valid theme."
|
||||
|
||||
Run,%ScriptFile%,ColorMeBadd
|
||||
|
||||
|
@@ -120,7 +120,7 @@ Else,If,%cmb_Position%,Equal,"Tile",Begin
|
||||
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Desktop\General","TileWallpaper",1
|
||||
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Desktop\General","WallpaperStyle",0
|
||||
End
|
||||
Else,Halt,"LOGIC ERROR: No configuration exists for [%cmb_Position%]"
|
||||
Else,Halt,"INTERNAL LOGIC ERROR: No configuration exists for [%cmb_Position%]"
|
||||
|
||||
Run,%ScriptFile%,ColorMeBadd
|
||||
|
||||
|
Reference in New Issue
Block a user