From 9f39ee6430899823cfe06b930bc6461aa541011b Mon Sep 17 00:00:00 2001 From: opti1337 Date: Wed, 15 Apr 2026 15:43:43 +0600 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B8=20=D0=B7=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D1=87,=20=D1=81=D0=BA=D1=80=D1=8B=D0=BB=20=D0=BE=D1=82?= =?UTF-8?q?=20=D1=88=D0=B0=D1=80=D0=B8=D0=BD=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src-tauri/tauri.conf.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src-tauri/tauri.conf.json b/client/src-tauri/tauri.conf.json index f22b5ba..746e66c 100644 --- a/client/src-tauri/tauri.conf.json +++ b/client/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Chad", - "version": "0.2.34", + "version": "0.2.35", "identifier": "xyz.koptilnya.chad", "build": { "frontendDist": "../.output/public", @@ -24,7 +24,11 @@ "center": true, "theme": "Dark", "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": {