You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently not all of the default kivy icons are being replaced by the BusKill icon
When I was working on issue #16 & #39 today, I realized that the KIVY_HOME dir has an icons dir, and inside that dir has a mix of kivy's default icons and our custom BusKill icons. I guess that I didn't add all of the sizes needed, so there's three files that are still the default kivy icon:
kivy-icon-24.png
kivy-icon-256.png
kivy-icon-512.png
See screenshot of my dev machine's icons dir inside KIVY_HOME (/home/user/.local/share/.buskill/icon/):
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently not all of the default kivy icons are being replaced by the BusKill icon
When I was working on issue #16 & #39 today, I realized that the KIVY_HOME dir has an
icons
dir, and inside that dir has a mix of kivy's default icons and our custom BusKill icons. I guess that I didn't add all of the sizes needed, so there's three files that are still the default kivy icon:See screenshot of my dev machine's
icons
dir inside KIVY_HOME (/home/user/.local/share/.buskill/icon/
):The text was updated successfully, but these errors were encountered: