Skip to content

Commit

Permalink
expose auto-refresh-delay
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17630 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 14, 2017
1 parent 4a19a8d commit ba74f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/server/window/video_subregion.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def get_info(self):
"enabled" : self.enabled,
"detection" : self.detection,
"counter" : self.counter,
"auto-refresh-delay" : self.auto_refresh_delay,
}
if r is None:
return info
Expand Down

0 comments on commit ba74f4b

Please sign in to comment.