default allow search

This commit is contained in:
2022-10-05 10:18:39 +08:00
parent 22304cb03d
commit e2544278c9
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ class App extends Component {
super(props);
load_config();
load_attentions();
window.AS_BACKUP = localStorage['DEFAULT_ALLOW_SEARCH'] ? true : false;
window.ANN = localStorage['ANN'];
window.LAST_ANN = localStorage['LAST_ANN'];
window.TITLE_SECRET = localStorage['TITLE_SECRET'] || '';