mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
don't translate log categories
This commit is contained in:
parent
a7e99dc08a
commit
6729ae7380
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: appWindow.persistentSettings.logCategories
|
text: appWindow.persistentSettings.logCategories
|
||||||
labelText: "Log Categories"
|
labelText: "Log Categories"
|
||||||
placeholderText: qsTr("(e.g. *:WARNING,net.p2p:DEBUG)") + translationManager.emptyString
|
placeholderText: "(e.g. *:WARNING,net.p2p:DEBUG)"
|
||||||
enabled: logLevelDropdown.currentIndex === 5
|
enabled: logLevelDropdown.currentIndex === 5
|
||||||
onEditingFinished: {
|
onEditingFinished: {
|
||||||
if(enabled) {
|
if(enabled) {
|
||||||
|
|
Loading…
Reference in a new issue