simons-public / protonfixes

A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files
https://simons-public.github.io/protonfixes/
Other
233 stars 114 forks source link

Fix splash.py in case kivy isn't installed, lint fix #122

Closed mrjackv closed 4 years ago

mrjackv commented 4 years ago

As the title states this fix will allow to launch protonfixes without kivy (App now is replaced with object in case kivy isn't present)

Also added a docstring to SplashApp.on_start that was causing a lint error

Closes #121

soredake commented 4 years ago

Tested, works now, thanks!