Skip to content

Commit

Permalink
Fixed message box issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghoststorm34 committed Sep 15, 2024
1 parent d399eaf commit b4cc6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe_file_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def create_menu_bar(self):

def show_about_info(self):
# Placeholder for showing information about the application
messagebox.showinfo("About Executable Launcher", "Executable Launcher v1.6\nOrganize and run your executables.")
messagebox.showinfo("About Executable Launcher", "Executable Launcher\nOrganize and run your executables.")


def create_search_bar(self):
Expand Down

0 comments on commit b4cc6fa

Please sign in to comment.