1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Correct openrct2.d.ts, tabs is optional (#11582)

This commit is contained in:
Ted John
2020-05-01 22:31:37 +01:00
committed by GitHub
parent 55806c39dd
commit 76e7e61f73

View File

@@ -811,7 +811,7 @@ declare global {
maxHeight?: number;
widgets?: Widget[];
colours?: number[];
tabs: WindowTabDesc[];
tabs?: WindowTabDesc[];
onClose?: () => void;
onUpdate?: () => void;