fixed display name in treeview
This commit is contained in:
@@ -6,6 +6,7 @@ import { CustomTkBase } from "./base"
|
||||
class MainWindow extends CustomTkBase{
|
||||
|
||||
static widgetType = "main_window"
|
||||
static displayName = "Main Window"
|
||||
|
||||
constructor(props) {
|
||||
super(props)
|
||||
|
||||
Reference in New Issue
Block a user