Skip to content

Commit

Permalink
Update index.html for transparent background; simplify tauri.conf.jso…
Browse files Browse the repository at this point in the history
…n by removing window effects
  • Loading branch information
akash2061 committed Nov 3, 2024
1 parent 2a6793a commit cfb8120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Tauri + React</title>
</head>

<body>
<body style="background-color: transparent;">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down
7 changes: 1 addition & 6 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
"decorations": false,
"center": true,
"focus": true,
"alwaysOnTop": false,
"windowEffects": {
"effects": [
"blur"
]
}
"alwaysOnTop": false
}
],
"security": {
Expand Down

0 comments on commit cfb8120

Please sign in to comment.