max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+3 insertions,
-3 deletions
| @@ -165,9 +165,9 @@ | |||
| 165 | 165 | custom-protocol = ["tauri/custom-protocol"] | |
| 166 | 166 | # The described screens, off by default. Nothing in a default build reaches | |
| 167 | 167 | # `src/quasi/`; the shipped screens are the ones under `frontend/js/` unchanged. | |
| 168 | - | # Two so far, projects and contacts. Turning this on by default is what starts | |
| 169 | - | # retiring escape.js, and it is UX-visible, so it is a deliberate step rather | |
| 170 | - | # than a consequence of adding a screen. | |
| 168 | + | # Three so far, projects, contacts and tasks. Turning this on by default is | |
| 169 | + | # what starts retiring escape.js, and it is UX-visible, so it is a deliberate | |
| 170 | + | # step rather than a consequence of adding a screen. | |
| 171 | 171 | quasi = ["dep:quasi-router", "dep:quasi-http", "dep:quasi-webview", "dep:quasi-tauri"] | |
| 172 | 172 | ||
| 173 | 173 | [lints] |