Merge branch 'log_dialog' of https://github.com/donob4n/qubes-manager into log_dialog

This commit is contained in:
donoban 2020-12-10 23:43:49 +01:00
commit a49463a30b
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -51,7 +51,7 @@ class LogDialog(ui_logdlg.Ui_LogDialog, QtWidgets.QDialog):
self.__init_log_text__() self.__init_log_text__()
def __init_log_text__(self): def __init_log_text__(self):
butts_in_row = 3 btns_in_row = 3
count = 0 count = 0
for log_path in self.logfiles: for log_path in self.logfiles:
if os.path.exists(log_path): if os.path.exists(log_path):