From 0208063dfa1a4ce664e0bf31bda11524104b17f6 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 21 Dec 2023 09:14:46 +0800 Subject: [PATCH] Remove stale usage of TOGA_ICON. --- demo/toga_demo/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/toga_demo/app.py b/demo/toga_demo/app.py index 507659e0f3..e272f8c869 100755 --- a/demo/toga_demo/app.py +++ b/demo/toga_demo/app.py @@ -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)