aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-10-04 15:48:18 -0300
committerLibravatar Renard 2019-10-04 15:48:18 -0300
commit2b10f1dbcb4149c0a42982a025d8c31fd1bc0177 (patch)
tree2916111f69a62dcaa05c83d0b3f306190f4ba6ba /src/App.js
parent109467d1a7c00a904d9baac57fdb03c392ec9a1b (diff)
downloadbai-client-2b10f1dbcb4149c0a42982a025d8c31fd1bc0177.tar.gz
bai-client-2b10f1dbcb4149c0a42982a025d8c31fd1bc0177.tar.xz
bai-client-2b10f1dbcb4149c0a42982a025d8c31fd1bc0177.zip
Setting: Colorear IDS
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 04a2726..4301b5c 100644
--- a/src/App.js
+++ b/src/App.js
@@ -72,7 +72,8 @@ class App extends Component {
autoUpdateThreads: true,
showAvatars: true,
postPassword: this.genPassword(),
- embedYoutube: true
+ embedYoutube: true,
+ colorifyIDs: true
};
if (lsSettings === null) {
localStorage.setItem("settings", JSON.stringify(defaultSettings));