mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 18:27:26 -04:00
Merge pull request #2675
3f4f6f0 misc: remove unused components (tobtoht)
This commit is contained in:
11
main.qml
11
main.qml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user