убрал из панели задач, скрыл от шаринга
All checks were successful
Deploy / publish-web (push) Successful in 1m28s

This commit is contained in:
2026-04-15 15:43:43 +06:00
parent 3658975b93
commit 9f39ee6430

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Chad", "productName": "Chad",
"version": "0.2.34", "version": "0.2.35",
"identifier": "xyz.koptilnya.chad", "identifier": "xyz.koptilnya.chad",
"build": { "build": {
"frontendDist": "../.output/public", "frontendDist": "../.output/public",
@@ -24,7 +24,11 @@
"center": true, "center": true,
"theme": "Dark", "theme": "Dark",
"additionalBrowserArgs": "--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection --autoplay-policy=no-user-gesture-required", "additionalBrowserArgs": "--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection --autoplay-policy=no-user-gesture-required",
"incognito": false "incognito": false,
"minimizable": false,
"contentProtected": true,
"skipTaskbar": true,
"alwaysOnBottom": true
} }
], ],
"security": { "security": {