You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
442 B
18 lines
442 B
group "IBar_Config" struct { |
|
group "items" list { |
|
group "IBar_Config_Item" struct { |
|
value "id" string: "0"; |
|
value "dir" string: "default"; |
|
value "show_label" int: 1; |
|
value "eap_label" int: 0; |
|
} |
|
} |
|
group "items" list { |
|
group "IBar_Config_Item" struct { |
|
value "id" string: "ibar.1"; |
|
value "dir" string: "default"; |
|
value "show_label" int: 1; |
|
value "eap_label" int: 0; |
|
} |
|
} |
|
}
|
|
|