mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update vars names
This commit is contained in:
parent
556a1eba89
commit
2275802eae
1 changed files with 3 additions and 3 deletions
|
|
@ -53,10 +53,10 @@ impl Dialog for PreferencesDialog {
|
||||||
let g = PreferencesGroup::builder().title("Size").build();
|
let g = PreferencesGroup::builder().title("Size").build();
|
||||||
let mut i = 0; // count group members
|
let mut i = 0; // count group members
|
||||||
let mut t = 0; // count total size
|
let mut t = 0; // count total size
|
||||||
if let Some(ref c) = info.size.header {
|
if let Some(ref h) = info.size.header {
|
||||||
i += 1;
|
i += 1;
|
||||||
t += c;
|
t += h;
|
||||||
g.add(&r("Header", &c.bytes()))
|
g.add(&r("Header", &h.bytes()))
|
||||||
}
|
}
|
||||||
if let Some(ref c) = info.size.content {
|
if let Some(ref c) = info.size.content {
|
||||||
i += 1;
|
i += 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue