mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
Merge pull request #148
957e224
History: don't use a NULL model (moneromooo.monero)
This commit is contained in:
commit
b8b2d148f1
@ -48,6 +48,8 @@ Rectangle {
|
||||
color: "#F0EEEE"
|
||||
|
||||
function getSelectedAmount() {
|
||||
if (typeof model === 'undefined')
|
||||
return ""
|
||||
var total = 0
|
||||
var count = model.rowCount()
|
||||
for (var i = 0; i < count; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user