Fixed disabled buttons having black corners

This commit is contained in:
2026-09-03 00:42:52 -05:00
parent baec1e1e18
commit ba055897bc

View File

@@ -93,6 +93,9 @@ module W3DHubLauncher
color: 0x88_ffffff,
background: 0,
background_nine_slice_color: 0xaa_5e5c64
},
disabled: {
background: 0
}
},
EditLine: {