mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
remove unused method
This commit is contained in:
parent
29eac534fb
commit
f270b0cc30
1 changed files with 0 additions and 3 deletions
|
|
@ -481,9 +481,6 @@ export default {
|
|||
isElectron() {
|
||||
return Utils.isElectron();
|
||||
},
|
||||
isMobile() {
|
||||
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
||||
},
|
||||
unreadConversationsCount() {
|
||||
return GlobalState.unreadConversationsCount;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue