Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f39ee6430 |
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user