mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-01-31 10:52:29 -05:00
feat: add StoreForward is_server config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user