mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
Some apps use defaultSize
This commit is contained in:
parent
28833db292
commit
201540891a
|
|
@ -7,6 +7,10 @@ const directory: Processes = {
|
|||
Component: dynamic(() => import("components/apps/BoxedWine")),
|
||||
allowResizing: false,
|
||||
backgroundColor: "#000",
|
||||
defaultSize: {
|
||||
height: 480,
|
||||
width: 640,
|
||||
},
|
||||
dependantLibs: ["/Program Files/BoxedWine/boxedwine.wasm"],
|
||||
icon: "/System/Icons/boxedwine.webp",
|
||||
libs: [
|
||||
|
|
@ -220,6 +224,10 @@ const directory: Processes = {
|
|||
Component: dynamic(() => import("components/apps/Quake3")),
|
||||
autoSizing: true,
|
||||
backgroundColor: "#000",
|
||||
defaultSize: {
|
||||
height: 480,
|
||||
width: 640,
|
||||
},
|
||||
icon: "/System/Icons/quake3.webp",
|
||||
libs: ["/Program Files/Quake3/Quake3Game.js"],
|
||||
title: "Quake III Arena",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user