mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 23:25:29 -05:00
Added QSS for custom scroll bars
Also enabled the Wii U NUS by default again, because that got missed before. Whoops.
This commit is contained in:
@@ -153,6 +153,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
self.ui.create_dec_checkbox.label.setText(app.translate("MainWindow", "Create decrypted contents (*.app)"))
|
||||
self.ui.use_local_checkbox.label.setText(app.translate("MainWindow", "Use local files, if they exist"))
|
||||
self.ui.use_wiiu_nus_checkbox.label.setText(app.translate("MainWindow", "Use the Wii U NUS (faster, only effects Wii/vWii)"))
|
||||
self.ui.use_wiiu_nus_checkbox.setChecked(True)
|
||||
self.ui.patch_ios_checkbox.label.setText(app.translate("MainWindow", "Apply patches to IOS (Applies to WADs only)"))
|
||||
self.ui.pack_vwii_mode_checkbox.label.setText(app.translate("MainWindow", "Re-encrypt title using the Wii Common Key"))
|
||||
self.ui.auto_update_checkbox.label.setText(app.translate("MainWindow", "Check for updates on startup"))
|
||||
|
||||
Reference in New Issue
Block a user