mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
commit
5730c4a29e
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ Rectangle {
|
|||
Layout.fillWidth: true
|
||||
text: appWindow.persistentSettings.logCategories
|
||||
labelText: "Log Categories"
|
||||
placeholderText: qsTr("(e.g. *:WARNING,net.p2p:DEBUG)") + translationManager.emptyString
|
||||
placeholderText: "(e.g. *:WARNING,net.p2p:DEBUG)"
|
||||
enabled: logLevelDropdown.currentIndex === 5
|
||||
onEditingFinished: {
|
||||
if(enabled) {
|
||||
|
|
Loading…
Reference in a new issue