Merge pull request #2675

3f4f6f0 misc: remove unused components (tobtoht)
This commit is contained in:
luigi1111
2019-12-21 18:16:01 -05:00
5 changed files with 0 additions and 322 deletions

View File

@@ -2092,17 +2092,6 @@ ApplicationWindow {
console.log("walletMode: " + (mode === 0 ? "simple": mode === 1 ? "simple (bootstrap)" : "Advanced"));
}
// Daemon console
DaemonConsole {
id: daemonConsolePopup
height:500
width:800
title: qsTr("Daemon log") + translationManager.emptyString
onAccepted: {
close();
}
}
Rectangle {
id: inactiveOverlay
visible: blur.visible