mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Fixes tgui stealing all of the space.
This commit is contained in:
@@ -103,8 +103,14 @@ const setupApp = () => {
|
|||||||
'is-visible': true,
|
'is-visible': true,
|
||||||
'is-disabled': false,
|
'is-disabled': false,
|
||||||
'pos': '0x0',
|
'pos': '0x0',
|
||||||
'size': '0x0',
|
|
||||||
});
|
});
|
||||||
|
// bad workaround for size.
|
||||||
|
const winget_output = Byond.winget('output');
|
||||||
|
if (winget_output["size"]) {
|
||||||
|
Byond.winset('browseroutput', {
|
||||||
|
'size': winget_output["size"],
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// Enable hot module reloading
|
// Enable hot module reloading
|
||||||
if (module.hot) {
|
if (module.hot) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user