forked from Public/monero-gui
settings: log level selector
This commit is contained in:
5
main.qml
5
main.qml
@@ -150,9 +150,11 @@ ApplicationWindow {
|
||||
|
||||
function initialize() {
|
||||
console.log("initializing..")
|
||||
|
||||
walletInitialized = false;
|
||||
|
||||
// Use stored log level
|
||||
walletManager.setLogLevel(persistentSettings.logLevel)
|
||||
|
||||
// setup language
|
||||
var locale = persistentSettings.locale
|
||||
if (locale !== "") {
|
||||
@@ -716,6 +718,7 @@ ApplicationWindow {
|
||||
property bool is_recovering : false
|
||||
property bool customDecorations : true
|
||||
property string daemonFlags
|
||||
property int logLevel: 0
|
||||
}
|
||||
|
||||
// Information dialog
|
||||
|
||||
Reference in New Issue
Block a user