mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
bump build number
This commit is contained in:
@@ -19,7 +19,7 @@ from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
|
|||||||
from tweaks.daemons_tweak import Daemon
|
from tweaks.daemons_tweak import Daemon
|
||||||
|
|
||||||
App_Version = "4.2.1"
|
App_Version = "4.2.1"
|
||||||
App_Build = 1
|
App_Build = 0
|
||||||
|
|
||||||
class Page(Enum):
|
class Page(Enum):
|
||||||
Home = 0
|
Home = 0
|
||||||
@@ -906,12 +906,12 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
def update_bar(self, percent):
|
def update_bar(self, percent):
|
||||||
self.ui.restoreProgressBar.setValue(int(percent))
|
self.ui.restoreProgressBar.setValue(int(percent))
|
||||||
def on_removeTweaksBtn_clicked(self):
|
def on_removeTweaksBtn_clicked(self):
|
||||||
# TODO: Add safety here
|
# TODO: Add threading here
|
||||||
self.device_manager.apply_changes(resetting=True, update_label=self.update_label)
|
self.device_manager.apply_changes(resetting=True, update_label=self.update_label)
|
||||||
def on_resetGestaltBtn_clicked(self):
|
def on_resetGestaltBtn_clicked(self):
|
||||||
self.device_manager.reset_mobilegestalt(self.settings, update_label=self.update_label)
|
self.device_manager.reset_mobilegestalt(self.settings, update_label=self.update_label)
|
||||||
|
|
||||||
@QtCore.Slot()
|
@QtCore.Slot()
|
||||||
def on_applyTweaksBtn_clicked(self):
|
def on_applyTweaksBtn_clicked(self):
|
||||||
# TODO: Add safety here
|
# TODO: Add threading here
|
||||||
self.device_manager.apply_changes(update_label=self.update_label)
|
self.device_manager.apply_changes(update_label=self.update_label)
|
||||||
|
|||||||
Reference in New Issue
Block a user