Skip to content

Commit 736359a

Browse files
committed
Move about window to current destop
1 parent 88c0392 commit 736359a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ui/about.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func (w *widgetPanel) showAbout() {
3636

3737
for _, win := range w.desk.WindowManager().Windows() {
3838
if win.Properties().Title() == w.about.Title() {
39+
win.SetDesktop(w.desk.Desktop())
3940
w.desk.WindowManager().RaiseToTop(win)
4041
break
4142
}

0 commit comments

Comments
 (0)