Skip to content

Commit

Permalink
Move about window to current destop
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 24, 2024
1 parent 88c0392 commit 736359a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ui/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (w *widgetPanel) showAbout() {

for _, win := range w.desk.WindowManager().Windows() {
if win.Properties().Title() == w.about.Title() {
win.SetDesktop(w.desk.Desktop())
w.desk.WindowManager().RaiseToTop(win)
break
}
Expand Down

0 comments on commit 736359a

Please sign in to comment.