We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c827468 commit b0cf13cCopy full SHA for b0cf13c
src-tauri/tauri.conf.json
@@ -13,15 +13,20 @@
13
"windows": [
14
{
15
"title": "RustedLessPass",
16
- "width": 800,
17
- "height": 650
+ "width": 501.302,
+ "height": 638.628,
18
+ "minWidth": 501.302,
19
+ "minHeight": 638.628,
20
+ "resizable": true
21
}
22
],
23
"security": {
- "csp": "default-src 'self' 'unsafe-eval'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:" }
24
+ "csp": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:"
25
+ }
26
},
27
"bundle": {
28
"active": true,
29
+ "category": "Utility",
30
"targets": "all",
31
"icon": [
32
"../assets/favicon.png",
0 commit comments