Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v committed Feb 27, 2024
1 parent 6b065f4 commit 92a5ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RootHide/VarCleanController.m
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ - (void)varClean {
for (NSDictionary* group in self.tableData) {
for (NSDictionary* item in group[@"items"]) {
if ([item[@"checked"] boolValue]) {
[deletionList appendFormat:@"%@\n", item[@"name"]];
[deletionList appendFormat:@"%@\n", item[@"path"]];
}
}
}
Expand Down

0 comments on commit 92a5ba8

Please sign in to comment.