mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Finish removing legacy admin functionality
This commit is contained in:
parent
7b1c6c2078
commit
453022efe7
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ struct NodeDetail: View {
|
|||
let connectedNode,
|
||||
self.bleManager.connectedPeripheral != nil {
|
||||
Section("Administration") {
|
||||
if connectedNode.myInfo?.hasAdmin ?? false {
|
||||
if UserDefaults.enableAdministration {
|
||||
Button {
|
||||
let adminMessageId = bleManager.requestDeviceMetadata(
|
||||
fromUser: connectedNode.user!,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue