mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
🎨 shouldUpdate --> needUpdate
This commit is contained in:
@@ -131,9 +131,9 @@
|
||||
this.reset([]);
|
||||
},
|
||||
enable: function() {
|
||||
var shouldUpdate = !isEnabled;
|
||||
const needUpdate = !isEnabled;
|
||||
isEnabled = true;
|
||||
if (shouldUpdate) {
|
||||
if (needUpdate) {
|
||||
this.update();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user