1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-08-02 06:09:36 +08:00

fix(driver): 驱动下载完成后更新下拉条目安装状态后缀

This commit is contained in:
2026-06-25 10:49:31 +08:00
parent db345f9efc
commit d7fff16991
+2
View File
@@ -468,6 +468,8 @@ class ALWebDriverDownloadDialog(CenterOnParentMixin, QDialog):
if 0 <= index < len(self.__driver_ctxs):
driver_info = self.__driver_ctxs[index]
driver_info.driver_status = WebDriverStatus.INSTALLED
current_text = self.DriverComboBox.itemText(index)
self.DriverComboBox.setItemText(index, current_text + " - 已安装")
self.updateDriverInfoDisplay(driver_info)
self.updateProgressBarStates(driver_info)
self.updateButtonStates(driver_info)