diff options
| author | Jeff Carr <[email protected]> | 2021-10-27 11:18:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-27 11:18:22 -0500 |
| commit | 10e13423db08e282a1f41c2f38f348d630cfca96 (patch) | |
| tree | 3594d3dcd7ad55fc368fdb970012a21d56bb8a4b /window-demo-andlabs-ui.go | |
| parent | 356632ca5a51095149d8e2f1aea7efdc4917fc18 (diff) | |
REFACTOR: still trying to clean this up
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window-demo-andlabs-ui.go')
| -rw-r--r-- | window-demo-andlabs-ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-demo-andlabs-ui.go b/window-demo-andlabs-ui.go index 2c1f6cb..806dc14 100644 --- a/window-demo-andlabs-ui.go +++ b/window-demo-andlabs-ui.go @@ -8,7 +8,7 @@ import _ "github.com/andlabs/ui/winmanifest" // calls to andlabs/ui. This can be used to bypass // the obvuscation added in this package if it is desired // or needed. -func (n *Node) AddAndlabsUiDemoTab(title string) { +func (n *Node) AddDemoAndlabsUiTab(title string) { newNode := n.AddTab(title, makeAndlabsUiTab()) if (Config.DebugNode) { newNode.Dump() |
