Skip to content

Commit 7435a0e

Browse files
committed
Fix cancel button
The OnClick event was pointing to old Cancel method of Patcher class. Bind it to new method CancelUpdateApp.
1 parent 73f82fc commit 7435a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Patcher.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@ MonoBehaviour:
43604360
m_PersistentCalls:
43614361
m_Calls:
43624362
- m_Target: {fileID: 377531153}
4363-
m_MethodName: Cancel
4363+
m_MethodName: CancelUpdateApp
43644364
m_Mode: 1
43654365
m_Arguments:
43664366
m_ObjectArgument: {fileID: 0}

0 commit comments

Comments
 (0)