mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(node): fix regressions since node ui refactor (#4379)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
cbf70fcc3f
commit
c3580815cc
3 changed files with 22 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ import androidx.compose.material.icons.twotone.Cloud
|
|||
import androidx.compose.material.icons.twotone.CloudDone
|
||||
import androidx.compose.material.icons.twotone.CloudOff
|
||||
import androidx.compose.material.icons.twotone.CloudSync
|
||||
import androidx.compose.material.icons.twotone.HowToReg
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
|
||||
val MeshtasticIcons.Favorite: ImageVector
|
||||
|
|
@ -80,3 +81,6 @@ val MeshtasticIcons.VolumeMuteTwoTone: ImageVector
|
|||
|
||||
val MeshtasticIcons.CheckCircle: ImageVector
|
||||
get() = Icons.Rounded.CheckCircleOutline
|
||||
|
||||
val MeshtasticIcons.Acknowledged: ImageVector
|
||||
get() = Icons.TwoTone.HowToReg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue