Skip to content

Commit 40076fa

Browse files
include flatpak .desktop only im yaml fix 01
1 parent dc4cbda commit 40076fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/share/biglinux/welcome/browser_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def _is_installed(self, package_name):
8383

8484
def _get_default_browser(self):
8585
"""Get the .desktop file of the current default browser via the script."""
86-
return self._run_script(["getBrowser")
86+
return self._run_script(["getBrowser"])
8787

8888
def refresh_browser_states(self):
8989
"""Update all browser widgets to reflect the current system state."""

0 commit comments

Comments
 (0)