We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc55d5 commit 33aebb6Copy full SHA for 33aebb6
templates/index.html
@@ -88,7 +88,7 @@ <h1>Chords-Python Applications</h1>
88
<button type="submit" name="app_name" value="keystroke"
89
class="{% if 'keystroke' in running_apps %}running{% else %}not-running{% endif %}"
90
{% if not (lsl_started or npg_started) %}disabled{% endif %}>
91
- Keystroke Emulator
+ EOG Keystroke Emulator
92
</button>
93
<button type="submit" name="app_name" value="csvplotter"
94
class="{% if 'csvplotter' in running_apps %}running{% else %}not-running{% endif %}"
0 commit comments