tooltips, two-column timer, font selector, tray behavior, icons, readme

This commit is contained in:
2026-02-21 01:15:57 +02:00
parent b3e02eacf5
commit cf8affd057
142 changed files with 13351 additions and 1297 deletions

View File

@@ -15,6 +15,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}