1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-18 21:15:41 +08:00

Fix dev mode specifier always showing up

This commit is contained in:
Dhinak G 2023-12-30 13:32:02 -05:00
parent eed1d42792
commit 3474468189
No known key found for this signature in database

View File

@ -64,6 +64,7 @@ extern NSUserDefaults* trollStoreUserDefaults(void);
{
_devModeEnabled = YES;
}
[self reloadSpecifiers];
}
- (NSMutableArray*)specifiers