We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f427958 commit 53b74e6Copy full SHA for 53b74e6
1 file changed
usr/share/biglinux/browser_selector/window.py
@@ -127,7 +127,7 @@ def _build_ui(self) -> None:
127
page_overlay.set_child(scroll)
128
page_overlay.add_overlay(self._browser_loading_overlay)
129
130
- self.set_content(page_overlay)
+ self.set_child(page_overlay)
131
132
def _load_browsers_config(self) -> list[dict]:
133
"""Load browser configuration from YAML."""
0 commit comments