diff --git a/.theos/_/DEBIAN/control b/.theos/_/DEBIAN/control index aca4597..24e5d9e 100644 --- a/.theos/_/DEBIAN/control +++ b/.theos/_/DEBIAN/control @@ -7,5 +7,5 @@ Description: A very noice tweak to configure the dock a bit more... Lightweight Maintainer: burrit0z Author: burrit0z Section: Tweaks -Version: 1.2.1 +Version: 1.2.2 Installed-Size: 412 diff --git a/.theos/last_package b/.theos/last_package index 6b53f59..db02de5 100755 --- a/.theos/last_package +++ b/.theos/last_package @@ -1 +1 @@ -./packages/com.burritoz.dockify_1.2.1_iphoneos-arm.deb +./packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb diff --git a/Dockify.xm b/Dockify.xm index 465b28a..90e5cf8 100755 --- a/Dockify.xm +++ b/Dockify.xm @@ -110,16 +110,6 @@ HBPreferences *preferences; } } %end -%hook SBDockIconListView - -- (NSUInteger)iconColumnsForCurrentOrientation { - if (hidden) { - return (0); - } else { - return (setIconNumber); - } -} -%end //fix for icons being off the page ios 13 %hook SBIconListGridLayoutConfiguration @@ -132,7 +122,7 @@ HBPreferences *preferences; NSUInteger rows = MSHookIvar(self, "_numberOfPortraitRows"); NSUInteger columns = MSHookIvar(self, "_numberOfPortraitColumns"); // dock - if (rows <= 2 && columns == 4) { + if (rows <= 2 && columns == 4) { //Only checks the columns so if for some stupid reason the user has another dock tweak, it won't break things. self.location = @"Dock"; } else if (rows == 3 && columns == 3) { self.location = @"Folder"; diff --git a/control b/control index 7d18ddc..21af43c 100755 --- a/control +++ b/control @@ -2,7 +2,7 @@ Package: com.burritoz.dockify Name: Dockify Depends: mobilesubstrate, preferenceloader, com.saurik.substrate.safemode, ws.hbang.common (>=1.13) Conflicts: com.burritoz.testing -Version: 1.2.1 +Version: 1.2.2 Architecture: iphoneos-arm Description: A very noice tweak to configure the dock a bit more... Lightweight and effective! Maintainer: burrit0z diff --git a/packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb b/packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb new file mode 100644 index 0000000..f5e70e5 Binary files /dev/null and b/packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb differ