1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-21 02:37:44 +00:00

Show controls immediately at startup.

This commit is contained in:
Thomas Harte 2025-02-21 11:31:13 -05:00
parent f8c9aa8e6c
commit c2506dd115

View File

@ -243,6 +243,7 @@ class MachineDocument:
// Start forwarding best-effort updates.
machine.start()
optionsFader.showTransiently(for: 1.0)
}
}