You've already forked AstralRinth
forked from didirus/AstralRinth
* skip duplicates * slash, exports * fullscreen, exports * more bugs * fixed mac title bar * filters should go to top of page when changed * mac err, loading bars * temporary comments * moving to mac * bug fixes, fmt, prettier * review fixes * rev fixes
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true,
|
|
"fullscreen": false,
|
|
"height": 650,
|
|
"resizable": true,
|
|
"title": "Modrinth App",
|
|
"width": 1280,
|
|
"minHeight": 630,
|
|
"minWidth": 1100,
|
|
"visible": false,
|
|
"decorations": true
|
|
}
|
|
]
|
|
}
|
|
}
|