Skip to content

Commit

Permalink
update widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 28, 2024
1 parent e0b85d4 commit 11ee60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Run() {
switch filepath.Ext(files[0]) {
case ".exe", ".dll", ".sys":
mylog.Trace("dropped file", files[0])
pages.pe.SetContent(LayoutPeView(files[0])) // todo test parent panel is dock or cpu tab page
pages.pe.SetContent(LayoutPeView(files[0])) // right action is remove all children
pages.cpu.SetContent(LayoutCpu(files[0])) // todo test parent panel is dock or cpu tab page
default:
mylog.Check("not support file type")
Expand Down

0 comments on commit 11ee60d

Please sign in to comment.