Skip to content

Commit

Permalink
enable system templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mazaheriMahdi committed Feb 22, 2023
1 parent 09439ed commit 4a95795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
.idea/

2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class AwesomeStatusBarApp(rumps.App):
def __init__(self):
super(AwesomeStatusBarApp, self).__init__("Awesome App")
# -=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=-
self.template = True
self.getData = GetData()
self.icon = "gitIco.png"
self.menu = [REFRESH, None, USERNAME, None, YOUR_REPOSITORY]
Expand Down Expand Up @@ -45,6 +46,7 @@ def downloadingInformer(self):
def loading_animation(self, threed):
loading_string = "Loading..."
self.icon = "reload.png"

while threed.is_alive():

temp = ""
Expand Down

0 comments on commit 4a95795

Please sign in to comment.