From 9a2a20503c214ed25a897c34981be3aaef44c36d Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Tue, 31 May 2016 21:31:22 -0500 Subject: GUI: Add countdown & cancel to install auto-reboot Provide a countdown from 5 sec for the automated reboot after install. Include a cancel button to interrupt the process. Change-Id: Ib5e1447918adfde45eba361c088800812b690890 --- gui/objects.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 84a9e5ecf..0d969279a 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -313,6 +313,7 @@ protected: int cancelzip(std::string arg); int queueclear(std::string arg); int sleep(std::string arg); + int sleepcounter(std::string arg); int appenddatetobackupname(std::string arg); int generatebackupname(std::string arg); int checkpartitionlist(std::string arg); -- cgit v1.2.3