Skip to content

Commit

Permalink
fix crash when closing application certificate dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNailDev authored and oroulet committed Jan 6, 2023
1 parent cd96cc6 commit e67458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaclient/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from PyQt5.QtCore import pyqtSignal, QFile, QTimer, Qt, QObject, QSettings, QTextStream, QItemSelection, \
QCoreApplication
from PyQt5.QtGui import QStandardItemModel, QStandardItem, QIcon
from PyQt5.QtWidgets import QMainWindow, QMessageBox, QWidget, QApplication, QMenu
from PyQt5.QtWidgets import QMainWindow, QMessageBox, QWidget, QApplication, QMenu, QDialog

from uaclient.theme import breeze_resources

Expand Down

0 comments on commit e67458d

Please sign in to comment.