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
Section(header:HeaderLabel(text:"Applying", icon:"checkmark"), footer:Text("After applying, please fully reboot your device to actually see the changes. These tweaks were copied from [Nugget](https://github.com/leminlimez/Nugget) and ported to work with DarkSword.")){
107
107
Button("Apply tweaks"){
108
108
apply()
109
109
}
@@ -154,6 +154,7 @@ struct MiscView: View {
154
154
if result.ok,let value = result.value as?Bool{
155
155
tweak.state.og = value
156
156
tweak.state.enabled = value
157
+
mgr.logmsg("Loaded tweak \(tweak.key) at \(tweak.path) with value \(value)")
157
158
}elseif !(result.message =="key \(tweak.key) not found"){
158
159
errormsg +="Failed to read \(tweak.path): \(result.message)\n"
0 commit comments