mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-13 16:43:53 +01:00
+1
-1
@@ -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