fix: small bugfixes
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / build (ubuntu-22.04) (push) Canceled after 0s
Build and Release Court Pilot / build (windows-latest) (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s

* Typo in the Hungarian vocab
* Translate language labels
* Start app on full screen
* Clear TOs data in the add-modal
* Change version number to 1.1.1
This commit is contained in:
2026-09-05 11:13:43 +02:00
parent 0dd30c6c14
commit 6319f2c270
5 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "court-pilot",
"version": "1.1.0",
"version": "1.1.1",
"identifier": "com.courtpilot.dev",
"build": {
"frontendDist": "../www",
@@ -18,7 +18,7 @@
"width": 1366,
"height": 768,
"resizable": true,
"fullscreen": false
"fullscreen": true
}
],
"security": {