We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a4f00 commit ae7f9c1Copy full SHA for ae7f9c1
1 file changed
bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py
@@ -560,6 +560,14 @@ def _get_replacements(self):
560
"app_name": _("Advanced Firewall Settings"),
561
"app_categories": "Network",
562
},
563
+ {
564
+ "app_id": "gufw",
565
+ "app_categories": "Network",
566
+ },
567
568
+ "app_id": "kcm_firewall",
569
570
571
{
572
"app_id": "gnome-alsamixer",
573
"app_name": _("Advanced Audio Manager - Alsamixer"),
@@ -748,10 +756,6 @@ def _get_replacements(self):
748
756
),
749
757
"app_categories": "Personalization",
750
758
751
- {
752
- "app_id": "kcm_firewall",
753
- "app_categories": "Network",
754
- },
755
759
760
"app_id": "kcm_app-permissions",
761
"app_description": _("Manage permissions for Flatpak applications"),
0 commit comments