Merge pull request #3734

0ded8dc Settings: option to skip stop local node screen (selsta)
This commit is contained in:
luigi1111
2022-08-10 12:17:06 -05:00
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 {