mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
main: drop unused enableUI routine
This commit is contained in:
parent
02ae14fd6b
commit
ad6f26c8b4
6
main.qml
6
main.qml
@ -1070,12 +1070,6 @@ ApplicationWindow {
|
|||||||
informationPopup.open()
|
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) {
|
function showProcessingSplash(message) {
|
||||||
console.log("Displaying processing splash")
|
console.log("Displaying processing splash")
|
||||||
if (typeof message != 'undefined') {
|
if (typeof message != 'undefined') {
|
||||||
|
Loading…
Reference in New Issue
Block a user