We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229ef7b commit d63c73aCopy full SHA for d63c73a
reflectwindow.py
@@ -71,7 +71,7 @@ def __init__(self, activity):
71
72
self._activity.load_graphics_area(self)
73
74
- if self._activity.collab.props.leader:
+ if self._activity.initiating:
75
entry = Gtk.Entry()
76
entry.props.placeholder_text = _('Add a reflection')
77
entry.connect('activate', self._entry_activate_cb)
0 commit comments