mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
don't translate log categories
This commit is contained in:
parent
a7e99dc08a
commit
6729ae7380
@ -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 New Issue
Block a user