2 Commits

Author SHA1 Message Date
9f39ee6430 убрал из панели задач, скрыл от шаринга
All checks were successful
Deploy / publish-web (push) Successful in 1m28s
2026-04-15 15:43:43 +06:00
3658975b93 cringe sfx
All checks were successful
Deploy / publish-web (push) Successful in 1m33s
2026-04-12 22:38:48 +06:00
2 changed files with 8 additions and 4 deletions

View File

@@ -4,12 +4,12 @@ export default defineNuxtPlugin(() => {
// Connection sounds
on('socket:authenticated', ({ socketId }) => {
sfx.playRandomConnectionSound(socketId)
sfx.playEvent('stream-on')
})
// Client events
on('client:added', (client) => {
sfx.playRandomConnectionSound(client.socketId)
sfx.playEvent('stream-on')
})
on('client:removed', () => {

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Chad",
"version": "0.2.33",
"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": {