mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Disable TGUI window pooling to prevent the loading mouse cursor thingy (#30790)
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
#define UI_CLOSE -1
|
||||
|
||||
/// Maximum number of windows that can be suspended/reused
|
||||
#define TGUI_WINDOW_SOFT_LIMIT 5
|
||||
/// Normally 5.
|
||||
/// There's an issue that causes the cursor to always show the loading animation
|
||||
/// if tgui windows are open (pooled hidden windows count as well).
|
||||
#define TGUI_WINDOW_SOFT_LIMIT 0
|
||||
|
||||
/// Maximum number of open windows
|
||||
#define TGUI_WINDOW_HARD_LIMIT 9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user