mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add StoreForward is_server config
This commit is contained in:
parent
cbd33f2c0c
commit
2e5d6db8b6
1 changed files with 9 additions and 0 deletions
|
|
@ -79,6 +79,15 @@ fun StoreForwardConfigItemList(
|
|||
})
|
||||
}
|
||||
|
||||
item {
|
||||
SwitchPreference(
|
||||
title = "Server",
|
||||
checked = storeForwardInput.isServer,
|
||||
enabled = enabled,
|
||||
onCheckedChange = { storeForwardInput = storeForwardInput.copy { isServer = it } })
|
||||
}
|
||||
item { Divider() }
|
||||
|
||||
item {
|
||||
PreferenceFooter(
|
||||
enabled = storeForwardInput != storeForwardConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue