Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Jan 28, 2020
2 parents 8d28592 + 049e6a4 commit b1860a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_qt/atomic_qt_design/qml/Wallet/EnableCoinModal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Popup {

function enableCoins() {
API.get().enable_coins(Object.keys(selected_to_enable))
enable_coin_modal.close()
root.close()
}

// Inside modal
Expand Down

0 comments on commit b1860a1

Please sign in to comment.