Add clear cache btn in loading screen

This commit is contained in:
Ajay Bura 2022-09-17 15:48:45 +05:30
parent 4848bef0dd
commit c1be57b205
6 changed files with 45 additions and 37 deletions

View file

@ -147,14 +147,6 @@ class Settings extends EventEmitter {
return settings.isNotificationSounds;
}
clearCacheAndReload() {
const mx = initMatrix.matrixClient;
mx.stopClient()
mx.store.deleteAllData().then(() => {
window.location.reload();
});
}
setter(action) {
const actions = {
[cons.actions.settings.TOGGLE_SYSTEM_THEME]: () => {