-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I do not think this option works as it should, i have not look in it a lot but if i change the the code from
if ((self.config.showLastSeen && device.lastSeen && !self.config.showLastSeenWhenOffline) ||
(self.config.showLastSeen && !device.lastSeen && self.config.showLastSeenWhenOffline)) {to the fallowing code
if (self.config.showLastSeen && !device.online) {Then it works as "showLastSeenWhenOffline" should have been working that is "show last seen only when offline." if you look at the description.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels