diff --git a/assets/images/commit-icon.png b/assets/images/commit-icon.png new file mode 100644 index 00000000..313097a1 Binary files /dev/null and b/assets/images/commit-icon.png differ diff --git a/assets/images/update-icon.png b/assets/images/update-icon.png new file mode 100644 index 00000000..55e203a8 Binary files /dev/null and b/assets/images/update-icon.png differ diff --git a/src/SharpEmu.GUI/Languages/en.json b/src/SharpEmu.GUI/Languages/en.json index 8129206b..727df964 100644 --- a/src/SharpEmu.GUI/Languages/en.json +++ b/src/SharpEmu.GUI/Languages/en.json @@ -141,6 +141,8 @@ "Options.About" : "About", "About.Github.Label": "GitHub", "About.Github.Desc": "Source code, issues and project development.", + "About.Github.LatestCommitLabel": "Latest Commit", + "About.Github.LatestCommitDescription": "Latest commit on the main branch", "About.Discord.Label": "Discord", "About.Discord.Desc": "Join the community, get support and follow development.", "About.GithubButton": "Contribute in GitHub!", diff --git a/src/SharpEmu.GUI/Languages/es.json b/src/SharpEmu.GUI/Languages/es.json index b572e654..a38a24c9 100644 --- a/src/SharpEmu.GUI/Languages/es.json +++ b/src/SharpEmu.GUI/Languages/es.json @@ -131,6 +131,8 @@ "About.Github.Label": "GitHub", "About.Github.Desc": "Código fuente, issues y desarrollo del proyecto.", "About.Discord.Label": "Discord", + "About.Github.LatestCommitLabel": "Último Commit", + "About.Github.LatestCommitDescription": "Último commit en la rama main", "About.Discord.Desc": "Únete a la comunidad, recibe soporte y sigue el desarrollo.", "About.GithubButton": "Contribuye en GitHub!", "About.DiscordButton": "Únete a nuestro Discord!" diff --git a/src/SharpEmu.GUI/MainWindow.axaml b/src/SharpEmu.GUI/MainWindow.axaml index 223e37c5..17e71e5a 100644 --- a/src/SharpEmu.GUI/MainWindow.axaml +++ b/src/SharpEmu.GUI/MainWindow.axaml @@ -333,11 +333,35 @@ SPDX-License-Identifier: GPL-2.0-or-later Classes="sectionTitle" Text="ABOUT" /> + - - - + + + + + + + + +