mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-16 19:25:22 -04:00
Merge 6f194db843
into 50539ed485
This commit is contained in:
commit
b98dbfd94d
4 changed files with 97 additions and 34 deletions
|
@ -118,8 +118,8 @@ class PairDrop {
|
|||
this.$headerNotificationBtn.removeAttribute('hidden');
|
||||
}
|
||||
|
||||
let roomSecrets = await PersistentStorage.getAllRoomSecrets();
|
||||
if (roomSecrets.length > 0) {
|
||||
let roomSecretsCount = await PersistentStorage.getAllRoomSecretsCount();
|
||||
if (roomSecretsCount > 0) {
|
||||
this.$headerEditPairedDevicesBtn.removeAttribute('hidden');
|
||||
this.$footerPairedDevicesBadge.removeAttribute('hidden');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue