Skip to content

Commit

Permalink
honour 'sensitive' arg
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 12, 2023
1 parent 6eb5469 commit 8a9874d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/gtk/dialogs/base_gui_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def ib(self, title="", icon_name="browse.png", tooltip="", callback: Callable =
tooltip=tooltip, clicked_callback=callback,
icon_size=48, label_font=label_font,
)
btn.set_sensitive(sensitive)
self.add_widget(btn)
return btn

Expand Down

0 comments on commit 8a9874d

Please sign in to comment.