Skip to content

Commit

Permalink
update notifaction window title
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga authored Mar 1, 2024
1 parent c3217c7 commit dd754a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ui/client_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {

flag.Parse()

a := app.NewWithID("Netbird")
a := app.NewWithID("NetBird")
a.SetIcon(fyne.NewStaticResource("netbird", iconDisconnectedPNG))

client := newServiceClient(daemonAddr, a, showSettings)
Expand Down

0 comments on commit dd754a5

Please sign in to comment.