1
0
mirror of https://github.com/heebijeebi/WinTango-Patcher.git synced 2024-06-22 05:21:56 +02:00

Fix for SnippingTool on Win10

This commit is contained in:
Alex
2017-10-11 13:56:24 +02:00
parent 43a56a3b7c
commit b51ff82c2a
71 changed files with 15 additions and 1 deletions

View File

@@ -424,6 +424,8 @@ Func Patch()
;The patching magic:
If $errorFlag = 0 Then
Debug("=== ApplyOptions Start ===")
Apply_OS_Res()
If $OptTrayIcons = 1 Then
If GUICtrlRead($comboTrayIcons) = "Symbolic" Then Apply_SymbolicTray()
Else