You can but you will have to use local storage. Have a global variable or an array dedicated to it, when you press the safe button set the variable to 1, and save it to local storage.
After that on star of layout load the variable from the local storage and once is loaded check its value if its 0 then there are no saved games if its 1 then there is a saved game.