Skip to content

Commit 73161b5

Browse files
committed
oops
1 parent 9295f20 commit 73161b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lara/views/tweaks/MiscView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct MiscView: View {
132132
if !result.ok {
133133
mgr.logmsg("Failed to set \(tweak.key) at \(tweak.path): \(result.message)")
134134
} else {
135-
Alertinator.shared.alert(title: "Success!", body: "The selected tweaks were applied successfully! Most tweaks require a full reboot to apply.", showCancel: false)
135+
Alertinator.shared.alert(title: "Success!", body: "The selected tweaks were applied successfully! Most tweaks require a full reboot to apply.")
136136
}
137137
}
138138
load()
@@ -145,7 +145,7 @@ struct MiscView: View {
145145
if !result.ok {
146146
mgr.logmsg("Failed to remove key \(tweak.key) at \(tweak.path): \(result.message)")
147147
} else {
148-
Alertinator.shared.alert(title: "Success!", body: "All tweaks were reset to default successfully! Most tweaks require a full reboot to apply.", showCancel: false)
148+
Alertinator.shared.alert(title: "Success!", body: "All tweaks were reset to default successfully! Most tweaks require a full reboot to apply.")
149149
}
150150
}
151151
load()

0 commit comments

Comments
 (0)