refactor(NodeMenu): always show remote admin menu item

This commit is contained in:
andrekir 2024-09-13 19:19:12 -03:00
parent 9aaaea1898
commit f0f9235223
3 changed files with 0 additions and 6 deletions

View file

@ -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.
*/