Make the clear cache button work on desktop
Fixes https://github.com/vector-im/riot-web/issues/3597
This commit is contained in:
parent
7578737deb
commit
811cd79206
2 changed files with 11 additions and 3 deletions
|
@ -82,4 +82,12 @@ export default class BasePlatform {
|
|||
screenCaptureErrorString() {
|
||||
return "Not implemented";
|
||||
}
|
||||
|
||||
/**
|
||||
* Restarts the application, without neccessarily reloading
|
||||
* any application code
|
||||
*/
|
||||
reload() {
|
||||
throw new Error("reload not implemented!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue