mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
refactor AppImage deployment and enhance device pairing logic
- Updated AppImage zip path in build workflow. - Updated submodule references for ipatool-go and zupdater. - Fix deploy-appimage.sh by manully deploying geoservices plugin - Added retry logic for app downloads in AppDownloadBaseDialog. - Fixed cancel download functionality in AppStoreManager. - Added default jailbroken root password settings in SettingsManager and UI. - Updated device sidebar item selection handling. - General code cleanup and UI improvements across various components.
This commit is contained in:
+7
-4
@@ -299,8 +299,10 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
"AppImage is not updateable.New version is downloaded to "
|
||||
"\"Downloads\".You can start using the new version by launching it "
|
||||
"AppImages we ship are not updateable. New version is downloaded "
|
||||
"to "
|
||||
"\"Downloads\". You can start using the new version by launching "
|
||||
"it "
|
||||
"from there. You can delete this AppImage version if you like.",
|
||||
"Update downloaded would you like to quit and open the new "
|
||||
"version?",
|
||||
@@ -337,8 +339,9 @@ void MainWindow::createMenus()
|
||||
|
||||
QAction *aboutAct = new QAction("&About iDescriptor", this);
|
||||
connect(aboutAct, &QAction::triggered, this, [this]() {
|
||||
QMessageBox::about(this, "iDescriptor",
|
||||
"A free and open-source idevice management tool.");
|
||||
QMessageBox::about(
|
||||
this, "iDescriptor",
|
||||
"A free, open-source, and cross-platform iDevice management tool.");
|
||||
});
|
||||
actionsMenu->addAction(aboutAct);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user