Bubbles pref

This commit is contained in:
Ben Meadors 2026-02-06 06:45:49 -06:00
parent bc63a57f9e
commit 9f6cf6dcc1

View file

@ -783,6 +783,11 @@ message Config {
* If true, node names will show in long format
*/
bool use_long_node_name = 13;
/*
* If true, the device will display message bubbles on screen.
*/
bool enable_message_bubbles = 14;
}
/*