mirror of https://github.com/opa334/TrollStore.git
Fix dev mode specifier always showing up
This commit is contained in:
parent
eed1d42792
commit
3474468189
|
@ -64,6 +64,7 @@ extern NSUserDefaults* trollStoreUserDefaults(void);
|
||||||
{
|
{
|
||||||
_devModeEnabled = YES;
|
_devModeEnabled = YES;
|
||||||
}
|
}
|
||||||
|
[self reloadSpecifiers];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSMutableArray*)specifiers
|
- (NSMutableArray*)specifiers
|
||||||
|
|
Loading…
Reference in New Issue