Skip to content

Commit

Permalink
Remove IDs without links; sort by order of appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidwong committed May 1, 2023
1 parent 5c7fb5f commit 7b7bdaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qubes_config/global_config/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ def _usbvm_changed(self, *_args):
usb_handler.usbvm_handler.reset()

def _handle_urls(self):
url_label_ids = ["url_info", "openinvm_info", "splitgpg_info",
"splitgpg_info2", "usb_info", "basics_info",
"thisdevice_security_info", "copymove_info"
"thisdevice_certified_yes_info", "u2fproxy_info"]
url_label_ids = ["basics_info", "u2fproxy_info", "splitgpg_info2",
"copymove_info", "openinvm_info", "url_info",
"thisdevice_certified_yes_info",
"thisdevice_security_info"]
for url_label_id in url_label_ids:
label: Gtk.Label = self.builder.get_object(url_label_id)
label.connect("activate-link", self._activate_link)
Expand Down

0 comments on commit 7b7bdaa

Please sign in to comment.