Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Show binary architecture in about dialog (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Jun 22, 2021
1 parent 5794712 commit be0f8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/dialog-about.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const About = ({
variant="body2"
className={classes.version}
>
{`Version v${appVersion}`}
{`Version v${appVersion} (${window.process.arch})`}
</Typography>

<Button
Expand Down

0 comments on commit be0f8b6

Please sign in to comment.