change tooltip wording
ci/woodpecker/pr/build Pipeline was successful Details

This commit is contained in:
Emerald 2023-11-01 09:51:34 -04:00
parent 801ad92968
commit a30209fe38
Signed by: emerald
GPG Key ID: 420C9E1863CCB30F
2 changed files with 8 additions and 5 deletions

View File

@ -2,8 +2,11 @@ set export
alias d := debug
web-dev:
TAURI_MODE=web yarn dev
dev:
-yarn tauri dev
-TAURI_MODE=tauri yarn tauri dev
debug:
RUST_LOG=debug yarn tauri dev

View File

@ -1,9 +1,9 @@
<script lang="ts" context="module">
const hints = [
'Eyes open | Mouth closed',
'Eyes open | Mouth open',
'Eyes closed | Mouth closed',
'Eyes closed | Mouth open'
'Mouth closed | Not blinking',
'Mouth open | Not blinking',
'Mouth closed | Blinking',
'Mouth open | Blinking'
];
</script>