aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/settings/SettingsLayout.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/settings/SettingsLayout.qml b/pages/settings/SettingsLayout.qml
index 5ce192ba..38ce823e 100644
--- a/pages/settings/SettingsLayout.qml
+++ b/pages/settings/SettingsLayout.qml
@@ -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 {