We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24632a commit 67ce854Copy full SHA for 67ce854
src/switchcraft/gui_modern/views/group_manager_view.py
@@ -79,6 +79,7 @@ def _init_ui(self):
79
on_click=self._show_members_dialog
80
)
81
82
+ header = ft.Row([
83
self.search_field,
84
self.refresh_btn,
85
ft.VerticalDivider(),
0 commit comments