This commit is contained in:
leminlimez
2025-04-01 00:23:45 -04:00
parent d383d2af50
commit 6213adc814
7 changed files with 58452 additions and 8169 deletions

View File

@@ -19,8 +19,8 @@ from tweaks.tweaks import tweaks
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "5.0.3"
App_Build = 0
App_Version = "6"
App_Build = 9
class Page(Enum):
Home = 0
@@ -530,7 +530,7 @@ class MainWindow(QtWidgets.QMainWindow):
elif self.device_manager.get_current_device_patched():
# sparserestore fully patched
support_str = "<span style=\"color: #ffff00;\">Partially Supported.</span></a>"
self.ui.phoneVersionLbl.setText(f"<a style=\"text-decoration:none; color: white;\" href=\"#\">iOS {version} ({build}) {support_str}")
self.ui.phoneVersionLbl.setText(f"<a style=\"text-decoration:none; color: white;\" href=\"#\">fjordOS {version} ({build}) {support_str}")
## HOME PAGE LINKS
def on_bigMilkBtn_clicked(self):