diff options
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)); |