diff --git a/Source/PowerModule.m b/Source/PowerModule.m
index 32a385c..1bf79a3 100644
--- a/Source/PowerModule.m
+++ b/Source/PowerModule.m
@@ -21,9 +21,6 @@ -(CCUILayoutSize)moduleSizeForOrientation:(int)orientation
-(BOOL)smallSize
{
- BOOL (^isPrysmInstalled)(void) = ^BOOL{
- return !!objc_getClass("PrysmModuleInstanceManager");
- };
- return isPrysmInstalled() || [[[[NSUserDefaults alloc] initWithSuiteName:@"com.muirey03.powermoduleprefs"] objectForKey:@"moduleSize"] isEqualToString:@"1x1"];
+ return [[[[NSUserDefaults alloc] initWithSuiteName:@"com.muirey03.powermoduleprefs"] objectForKey:@"moduleSize"] isEqualToString:@"1x1"];
}
@end
diff --git a/Source/control b/Source/control
index 117de4d..bda7512 100644
--- a/Source/control
+++ b/Source/control
@@ -1,7 +1,7 @@
Package: com.muirey03.powermodule
Name: PowerModule
Depends: mobilesubstrate, com.opa334.ccsupport, preferenceloader
-Version: 1.3.0
+Version: 1.3.1
Architecture: iphoneos-arm
Description: Group different utility actions into one control center module (iOS 11 only)
Author: Muirey03
diff --git a/Source/powermoduleprefs/Resources/Root.plist b/Source/powermoduleprefs/Resources/Root.plist
index 3bed0ee..a3c007d 100644
--- a/Source/powermoduleprefs/Resources/Root.plist
+++ b/Source/powermoduleprefs/Resources/Root.plist
@@ -9,8 +9,6 @@
PSGroupCell
label
Module Size
- footerText
- Will always be 1x1 if Prysm is installed
cell