summarylogtreecommitdiffstats
path: root/pc-settings_index.js.patch
blob: eca6ef7aa5c9ea9f6ce95db844cfa2d72874a04d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /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)' ]
                   }) ]
                 })
               })