Skip to content

Commit ac92c5c

Browse files
committed
Update author name on splash screen
1 parent d3eaa85 commit ac92c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_layout(self):
173173
return HSplit([
174174
Window(FormattedTextControl(BANNER), align=WindowAlign.CENTER),
175175
Window(FormattedTextControl(
176-
f'{self.app.version_string}\nCreated by DismissedGuy\n\n\n{self.status_str}'),
176+
f'{self.app.version_string}\nCreated by Mike Almeloo\n\n\n{self.status_str}'),
177177
align=WindowAlign.CENTER
178178
)
179179
])

0 commit comments

Comments
 (0)