Skip to content

Commit

Permalink
#3070 add 'readonly'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 12, 2021
1 parent fdb6b5c commit 1a35670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/gtk_common/start_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ def populate_form(self):

tb = self.table()
self.bool_cb(tb, "Splash Screen", "splash", "Show a splash screen during startup")
self.bool_cb(tb, "Read only", "readonly", "Mouse and keyboard events will be ignored")
self.radio_cb(tb, "Border", "border", "Show a colored border around xpra windows to differentiate them", None, {
"auto" : ("auto,5:off", "auto"),
"none" : FALSE_OPTIONS,
Expand Down

0 comments on commit 1a35670

Please sign in to comment.