mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
@@ -173,7 +173,7 @@
|
||||
return storage.get("chromiumRegistrationDone") === "";
|
||||
},
|
||||
everDone: function() {
|
||||
return storage.get("chromiumRegistrationDoneEver") === "";
|
||||
return storage.get("chromiumRegistrationDoneEver") === "" || storage.get("chromiumRegistrationDone") === "";
|
||||
},
|
||||
remove: function() {
|
||||
storage.remove("chromiumRegistrationDone");
|
||||
|
||||
Reference in New Issue
Block a user