Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickFranken committed Jan 7, 2022
1 parent defea7d commit 657f056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def __init__(self):
self.show_toolbar_button = True
self.icon_file_name = os.path.join(
os.path.dirname(__file__), 'icon.png')
self.dark_icon_file_name = os.path.join(
os.path.dirname(__file__), 'icon.png')
self.description = "Push current layout to AISLER"

def Run(self):
Expand Down

0 comments on commit 657f056

Please sign in to comment.