diff --git a/docs/user/gui.md b/docs/user/gui.md index d492edd..b05ed00 100644 --- a/docs/user/gui.md +++ b/docs/user/gui.md @@ -25,6 +25,6 @@ Any extra arguments are passed straight through to `caqtdm`, e.g. to set a macro **Note:** launching straight from a git checkout, as above, uses the raw `.ui` files as committed - including the literal `{{ agebd_env_suffix_upper }}`/`{{ agebd_env_suffix_lower }}` placeholders in their PV names. Those only get substituted with `-DEV`/`-dev` (or emptied out, -in `prod`) at deploy time, by `.gitea/workflows/deploy.yml`'s "Qt - deploy" step, on the +in `prod`) at deploy time, by `.gitea/workflows/deploy.yml`'s `"Qt - deploy"` step, on the *deployed* copy at `/sls/bd/hla//qt/`. If widgets show up blank or unresponsive, check whether you're accidentally pointing at the raw checkout instead of the deployed `.ui` file.