aboutsummaryrefslogtreecommitdiffstats
path: root/src/ynab/budget.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-12 02:41:34 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-12 02:41:34 -0400
commit701cf5719e7c9e4c03111a73b74c16d065ac8799 (patch)
treef841a3e01cfa17657a3db163fd0351247949f5d5 /src/ynab/budget.rs
parent3450a6aa3af8ac57e2b8931ef1d63cadccdbd44c (diff)
downloadynab-api-701cf5719e7c9e4c03111a73b74c16d065ac8799.tar.gz
ynab-api-701cf5719e7c9e4c03111a73b74c16d065ac8799.zip
implement multi-selection of rows
Diffstat (limited to 'src/ynab/budget.rs')
-rw-r--r--src/ynab/budget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ynab/budget.rs b/src/ynab/budget.rs
index fba6dd0..161adb0 100644
--- a/src/ynab/budget.rs
+++ b/src/ynab/budget.rs
@@ -76,6 +76,7 @@ impl Budget {
amount: t.amount,
total_amount: t.amount,
reimbursed,
+ selected: false,
})
}
}
@@ -118,6 +119,7 @@ impl Budget {
amount: st.amount,
total_amount: t.amount,
reimbursed,
+ selected: false,
})
}
}