Settings: option to skip stop local node screen

This commit is contained in:
selsta
2021-11-15 06:30:55 +01:00
parent ecf5c501d6
commit 0ded8dcf25
2 changed files with 8 additions and 1 deletions

View File

@@ -155,6 +155,12 @@ Rectangle {
onMoved: persistentSettings.lockOnUserInActivityInterval = value
}
MoneroComponents.CheckBox {
checked: persistentSettings.askStopLocalNode
onClicked: persistentSettings.askStopLocalNode = !persistentSettings.askStopLocalNode
text: qsTr("Ask to stop local node during program exit") + translationManager.emptyString
}
//! Manage pricing
RowLayout {
MoneroComponents.CheckBox {