Skip to content

Commit

Permalink
#4427 unset also means 'auto'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 3, 2024
1 parent 9cc8171 commit 2692ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gtk3/tray_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
SERVER_NOT_SUPPORTED = "Not supported by the server"

# 'auto' is recorded as '' unfortunately:
GENERIC_ENCODINGS = ("", "stream", "grayscale")
GENERIC_ENCODINGS = ("", "auto", "stream", "grayscale")


class GTKTrayMenu(MenuHelper):
Expand Down

0 comments on commit 2692ac3

Please sign in to comment.