Skip to content

Commit

Permalink
display Chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Jun 25, 2023
1 parent 731514e commit a7c0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/settings/SessionSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const SessionInfo = () => {
);
}}
>
v{window.versionInfo.version}
v{window.versionInfo.version}(Chromium {process.versions.chrome})
</StyledSpanSessionInfo>
<StyledSpanSessionInfo>
<SessionIconButton
Expand Down

0 comments on commit a7c0133

Please sign in to comment.