* Implement ads in desktop app * Finish ads * use git dep instead * attempt to fix linux build (temp) * bump version + lint * comment more * fix build * try to fix linux build * Fix crashing on windows * Fix icons not showing * Remove useless env vars * Actual linux build fix * Run fmt * Fix scrolling * fix clippy * bump version + fix localhost * rev linux build patch * update version num * update csp * update csp * update csp * Switch to mousewheel event
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true,
|
|
"fullscreen": false,
|
|
"height": 800,
|
|
"resizable": true,
|
|
"title": "Modrinth App",
|
|
"width": 1280,
|
|
"minHeight": 700,
|
|
"minWidth": 1100,
|
|
"visible": false,
|
|
"zoomHotkeysEnabled": false,
|
|
"decorations": true
|
|
}
|
|
]
|
|
}
|
|
}
|