Merge pull request #3444

ad6f26c main: drop unused enableUI routine (xiphon)
This commit is contained in:
luigi1111 2021-04-29 14:14:51 -04:00
commit 56f471b1b6
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1069,12 +1069,6 @@ ApplicationWindow {
informationPopup.open()
}
// blocks UI if wallet can't be opened or no connection to the daemon
function enableUI(enable) {
middlePanel.enabled = enable;
leftPanel.enabled = enable;
}
function showProcessingSplash(message) {
console.log("Displaying processing splash")
if (typeof message != 'undefined') {