Skip to content

Commit

Permalink
remove ddan stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Mar 24, 2024
1 parent 8c5c5f6 commit 74b7eb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmd/sandboxer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ func NewSandboxingApp(conf *config.Configuration, channels *task.Channels, list
// if conf.SandboxType != config.SandboxVisionOne {
// quotaWindow.MenuItem.Disabled = true
// }
statsWindow := NewModalWindow(NewStatsWindow(conf), &a.TrayApp)

// remove Stats Window:
// statsWindow := NewModalWindow(NewStatsWindow(conf), &a.TrayApp)

a.submissionsWindow = NewModalWindow(NewSubmissionsWindow(
channels,
list,
Expand Down Expand Up @@ -89,7 +92,7 @@ func NewSandboxingApp(conf *config.Configuration, channels *task.Channels, list
a.submissionsWindow.MenuItem,
fyne.NewMenuItemSeparator(),
quotaWindow.MenuItem,
statsWindow.MenuItem,
//statsWindow.MenuItem, // remove Stats Window:
a.optionsWindow.MenuItem,
fyne.NewMenuItemSeparator(),
a.updateWindow.MenuItem,
Expand Down

0 comments on commit 74b7eb9

Please sign in to comment.