mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 14:27:27 -04:00
Merge pull request #3143
8ad5fd4 main: wizard: console.log fixes (selsta)
This commit is contained in:
@@ -222,7 +222,6 @@ Rectangle {
|
||||
validator: IntValidator { bottom: 1 }
|
||||
text: persistentSettings.kdfRounds ? persistentSettings.kdfRounds : "1"
|
||||
onTextChanged: {
|
||||
console.log('x');
|
||||
kdfRoundsText.text = persistentSettings.kdfRounds = parseInt(kdfRoundsText.text) >= 1 ? parseInt(kdfRoundsText.text) : 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user