Skip to content

Commit

Permalink
Remove stale usage of TOGA_ICON.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 21, 2023
1 parent de1b76f commit 0208063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/toga_demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def startup(self):
self.action2,
"Action 2",
tooltip="Perform action 2",
icon=toga.Icon.TOGA_ICON,
icon=toga.Icon.DEFAULT_ICON,
)

self.main_window.toolbar.add(cmd1, cmd2)
Expand Down

0 comments on commit 0208063

Please sign in to comment.