--- /opt/powercord/src/Powercord/plugins/pc-settings/index.js 2020-08-15 18:33:09.000000000 +0200 +++ ./pc-settings_index.js 2020-08-15 21:52:04.345728155 +0200 @@ -108,7 +108,7 @@ props: Object.assign({}, res.props.children[0].props, { children: [ 'Powercord', ' ', React.createElement('span', { className: res.props.children[0].props.children[4].props.className, - children: [ powercord.gitInfos.branch, ' (', latestCommitHash, ')' ] + children: [ powercord.gitInfos.branch, ' (', latestCommitHash, ', AUR)' ] }) ] }) })