Skip to content

Commit

Permalink
Update author name on splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Mar 19, 2024
1 parent d3eaa85 commit ac92c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_layout(self):
return HSplit([
Window(FormattedTextControl(BANNER), align=WindowAlign.CENTER),
Window(FormattedTextControl(
f'{self.app.version_string}\nCreated by DismissedGuy\n\n\n{self.status_str}'),
f'{self.app.version_string}\nCreated by Mike Almeloo\n\n\n{self.status_str}'),
align=WindowAlign.CENTER
)
])
Expand Down

0 comments on commit ac92c5c

Please sign in to comment.