mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* refactor: breadcrumbs system * fix: qa * fix: qa * fix: qa * fix: qa * fix: loading flashes * fix: qa * fix: prepr * fix: qa * fix: change icon * use modrinth logo in header for compactness --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
25 lines
409 B
JSON
25 lines
409 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,
|
|
"trafficLightPosition": {
|
|
"x": 15.0,
|
|
"y": 26.0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|