Just added some polish to this version

This commit is contained in:
Cian Hughes
2022-02-14 14:29:31 +00:00
parent 61ded77ded
commit 87af564c9c
2 changed files with 2 additions and 2 deletions

View File

@@ -11,11 +11,11 @@ if mode == "desktop":
# elif mode == "phone":
# from Main.Main_Phone import Main
# Create application class
class Melter(App):
def build(self):
self.icon = "Icons/app-icon.svg"
return Main()