From 6136fae885a6021e03e25394baf493dcf10b7b1f Mon Sep 17 00:00:00 2001
From: galister <22305755+galister@users.noreply.github.com>
Date: Sat, 10 Jan 2026 17:15:41 +0000
Subject: [PATCH] Remove button label update instructions from README
Removed section about updating button label from stdout in README.
---
wayvr/src/gui/README.md | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/wayvr/src/gui/README.md b/wayvr/src/gui/README.md
index 2418717..463e2cf 100644
--- a/wayvr/src/gui/README.md
+++ b/wayvr/src/gui/README.md
@@ -80,16 +80,6 @@ This button action executes a shell script using the `sh` shell.
```
-###### Update the button's label from stdout
-
-```xml
-
-```
-
-- Write lines to the script's stdout to update the label text.
-- The label will look for the last complete line to use as its text.
-- Long-running scripts are allowed, but the label is only updated while the HMD is active.
-
##### `::OscSend `
Send an OSC message. The target port comes from the `osc_out_port` configuration setting.