mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 12:27:26 -04:00
wizard: reworked testnet settings
This commit is contained in:
@@ -39,12 +39,6 @@ ColumnLayout {
|
||||
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
|
||||
}
|
||||
|
||||
QtObject {
|
||||
id: d
|
||||
readonly property string daemonAddressTestnet : "localhost:38018";
|
||||
readonly property string daemonAddressMainnet : "localhost:18018";
|
||||
}
|
||||
|
||||
onOpacityChanged: visible = opacity !== 0
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
|
||||
Reference in New Issue
Block a user