You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lara/views/tweaks/MiscView.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ struct MiscView: View {
132
132
if !result.ok {
133
133
mgr.logmsg("Failed to set \(tweak.key) at \(tweak.path): \(result.message)")
134
134
}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.")
136
136
}
137
137
}
138
138
load()
@@ -145,7 +145,7 @@ struct MiscView: View {
145
145
if !result.ok {
146
146
mgr.logmsg("Failed to remove key \(tweak.key) at \(tweak.path): \(result.message)")
147
147
}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.")
0 commit comments