diff --git a/SWUpdateGUI.lua b/SWUpdateGUI.lua index 5aad9de..2aa36a8 100755 --- a/SWUpdateGUI.lua +++ b/SWUpdateGUI.lua @@ -448,7 +448,15 @@ local netwin = NetWindow:new end) end end - } + }, + ui.Button:new + { + Id = "cancel-button", + Text = L.CANCEL, + onClick = function(self) + app:switchwindow("network-window", "MainWindow") + end + } } } }