Skip to content

Commit

Permalink
Merge pull request #6 from stark4n6/main
Browse files Browse the repository at this point in the history
Fix GUI Title
  • Loading branch information
markmckinnon authored May 19, 2022
2 parents 723f158 + b9e3ebf commit fc781eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lleappGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def pickModules():
GuiWindow.progress_bar_total = len(lleapp.tosearch)


layout = [ [sg.Text('Linux Logs, Events, And Protobuf Parser', font=("Helvetica", 22))],
layout = [ [sg.Text('Linux Logs, Events, Application, Program Parser', font=("Helvetica", 22))],
[sg.Text('https://github.com/markmckinnon/lLEAPP', font=("Helvetica", 14))],
[sg.Frame(layout=[
[sg.Input(size=(97,1)),
Expand Down Expand Up @@ -168,4 +168,4 @@ def pickModules():
log_path = log_path[4:]
sg.Popup('Processing failed :( ', f'See log for error details..\nLog file located at {log_path}')
break
window.close()
window.close()

0 comments on commit fc781eb

Please sign in to comment.