Skip to content

Commit

Permalink
editor launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Jun 11, 2024
1 parent 4b15adb commit 7638360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tulip/shared/py/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def launcher_cb(e):
if(text=='Pattern'):
tulip.run('pattern')
if(text=='Editor'):
tulip.run('edit')
tulip.edit()
if(text=="Keyboard"):
keyboard()
if(text=="Wordpad"):
Expand Down

0 comments on commit 7638360

Please sign in to comment.