mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(NodeMenu): always show remote admin menu item
This commit is contained in:
parent
9aaaea1898
commit
f0f9235223
3 changed files with 0 additions and 6 deletions
|
|
@ -550,9 +550,6 @@ class UIViewModel @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
val hasAdminChannel: Boolean
|
||||
get() = channelSet.settingsList.any { it.name.equals("admin", ignoreCase = true) }
|
||||
|
||||
/**
|
||||
* Write the persisted packet data out to a CSV file in the specified location.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue