mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
SettingsNode: make input read only
This commit is contained in:
parent
346e942e93
commit
a83910d7de
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ Rectangle{
|
|||
labelText: qsTr("Blockchain location") + style + qsTr(" <a href='#'> (change)</a>") + translationManager.emptyString
|
||||
placeholderText: qsTr("(default)") + translationManager.emptyString
|
||||
placeholderFontSize: 15
|
||||
readOnly: true
|
||||
text: {
|
||||
if(persistentSettings.blockchainDataDir.length > 0){
|
||||
return persistentSettings.blockchainDataDir;
|
||||
|
|
Loading…
Reference in a new issue