mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #3444
ad6f26c
main: drop unused enableUI routine (xiphon)
This commit is contained in:
commit
56f471b1b6
1 changed files with 0 additions and 6 deletions
6
main.qml
6
main.qml
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue