find pb wallpapers button

This commit is contained in:
leminlimez
2025-03-20 22:16:02 -04:00
parent 1fa9437f08
commit 4131719ff3
10 changed files with 225354 additions and 111 deletions

View File

@@ -164,6 +164,7 @@ class MainWindow(QtWidgets.QMainWindow):
self.ui.importTendiesBtn.clicked.connect(self.on_importTendiesBtn_clicked)
self.ui.resetPRBExtBtn.clicked.connect(self.on_resetPRBExtBtn_clicked)
self.ui.deleteAllDescriptorsBtn.clicked.connect(self.on_deleteAllDescriptorsBtn_clicked)
self.ui.findPBBtn.clicked.connect(self.on_findPBBtn_clicked)
## RISKY OPTIONS PAGE ACTIONS
self.ui.disableOTAChk.toggled.connect(self.on_disableOTAChk_clicked)
@@ -941,6 +942,10 @@ class MainWindow(QtWidgets.QMainWindow):
self.ui.pbActionLbl.setText("! Resetting PRB Extension")
self.ui.pbActionLbl.show()
def on_findPBBtn_clicked(self):
webbrowser.open_new_tab("https://cowabun.ga/wallpapers")
## Risky Options Page
def on_disableOTAChk_clicked(self, checked: bool):
tweaks["DisableOTAFile"].set_enabled(checked)

BIN
gui/pb_tutorial1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

BIN
gui/pb_tutorial2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB