summarylogtreecommitdiffstats
path: root/pc-settings_index.js.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pc-settings_index.js.patch')
-rw-r--r--pc-settings_index.js.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pc-settings_index.js.patch b/pc-settings_index.js.patch
new file mode 100644
index 000000000000..eca6ef7aa5c9
--- /dev/null
+++ b/pc-settings_index.js.patch
@@ -0,0 +1,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)' ]
+ }) ]
+ })
+ })