Launcher: display window for failed world loads if any (#6058)

This commit is contained in:
Silvris
2026-05-05 00:30:47 -05:00
committed by GitHub
parent 4486510fbc
commit 6d9d340c71
5 changed files with 52 additions and 6 deletions
+9
View File
@@ -140,6 +140,15 @@ MDFloatLayout:
MDNavigationDrawerDivider:
MDBoxLayout:
orientation: "horizontal"
MDIconButton:
icon: "alert" if app.failed_worlds else ""
theme_text_color: "Custom"
text_color: "D23C42"
disabled: not app.failed_worlds
on_release: app.display_failed()
MDGridLayout:
id: main_layout