@@ -838,20 +838,20 @@ def create_shortcut(menu, path, location=[]):
838
838
{"name" : "Show Domain" , "action" : show_reg_domain },
839
839
{"name" : "Set Domain US" , "action" : [
840
840
{"name" : "Confirm & Reboot" , "action" : set_reg_domain_us },]},
841
- {"name" : "Set Domain CA" , "action" : [
842
- {"name" : "Confirm & Reboot" , "action" : set_reg_domain_ca },]},
843
- {"name" : "Set Domain GB" , "action" : [
844
- {"name" : "Confirm & Reboot" , "action" : set_reg_domain_gb },]},
845
841
{"name" : "Set Domain BR" , "action" : [
846
842
{"name" : "Confirm & Reboot" , "action" : set_reg_domain_br },]},
847
- {"name" : "Set Domain FR " , "action" : [
848
- {"name" : "Confirm & Reboot" , "action" : set_reg_domain_fr },]},
843
+ {"name" : "Set Domain CA " , "action" : [
844
+ {"name" : "Confirm & Reboot" , "action" : set_reg_domain_ca },]},
849
845
{"name" : "Set Domain CZ" , "action" : [
850
846
{"name" : "Confirm & Reboot" , "action" : set_reg_domain_cz },]},
851
- {"name" : "Set Domain NL" , "action" : [
852
- {"name" : "Confirm & Reboot" , "action" : set_reg_domain_nl },]},
853
847
{"name" : "Set Domain DE" , "action" : [
854
848
{"name" : "Confirm & Reboot" , "action" : set_reg_domain_de },]},
849
+ {"name" : "Set Domain FR" , "action" : [
850
+ {"name" : "Confirm & Reboot" , "action" : set_reg_domain_fr },]},
851
+ {"name" : "Set Domain GB" , "action" : [
852
+ {"name" : "Confirm & Reboot" , "action" : set_reg_domain_gb },]},
853
+ {"name" : "Set Domain NL" , "action" : [
854
+ {"name" : "Confirm & Reboot" , "action" : set_reg_domain_nl },]},
855
855
{"name" : "Set Domain NO" , "action" : [
856
856
{"name" : "Confirm & Reboot" , "action" : set_reg_domain_no },]},
857
857
]},
0 commit comments