Skip to content

Commit

Permalink
#2539 works well enough, turn it on by default
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26328 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 12, 2020
1 parent 3d6d611 commit af814d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xpra/client/gtk3/gtk3_client_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
Gdk.WindowTypeHint.DND)


WINDOW_MENU = envbool("XPRA_WINDOW_MENU", False)
WINDOW_ICON = envbool("XPRA_WINDOW_ICON", False)
WINDOW_MENU = envbool("XPRA_WINDOW_MENU", True)
WINDOW_ICON = envbool("XPRA_WINDOW_ICON", True)


"""
Expand Down

0 comments on commit af814d4

Please sign in to comment.