Skip to content

Commit

Permalink
Merge pull request #61 from MycroftAI/bugfix/remove-factory-reset
Browse files Browse the repository at this point in the history
Hide Factory Reset option in settings
  • Loading branch information
krisgesling authored May 28, 2021
2 parents 09f39a5 + bb20759 commit c761010
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/settings/SettingsModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ ListModel {
settingEvent: "mycroft.device.settings.homescreen"
settingCall: "show homescreen settings"
}
ListElement {
settingIcon: "circular-arrow-shape"
settingName: "Factory Reset"
settingEvent: "mycroft.device.settings.reset"
settingCall: ""
}
// ListElement {
// settingIcon: "circular-arrow-shape"
// settingName: "Factory Reset"
// settingEvent: "mycroft.device.settings.reset"
// settingCall: ""
// }
ListElement {
settingIcon: "download"
settingName: "Update Device"
Expand Down

0 comments on commit c761010

Please sign in to comment.