Disable splash screen

This commit is contained in:
Mathieu Comandon 2022-03-24 13:11:00 -07:00
parent 8a42573de5
commit 6c9471b4ce

View file

@ -418,12 +418,13 @@ class LutrisWindow(Gtk.ApplicationWindow): # pylint: disable=too-many-public-me
self.show_label(_("Add games to your favorites to see them here."))
elif self.filters.get("installed"):
self.show_label(_("No installed games found. Press Ctrl+H so show all games."))
elif (
not self.filters.get("runner")
and not self.filters.get("service")
and not self.filters.get("platform")
):
self.show_splash()
# Splash screen disabled because unfinished.
# elif (
# not self.filters.get("runner")
# and not self.filters.get("service")
# and not self.filters.get("platform")
# ):
# self.show_splash()
else:
self.show_label(_("No games found"))