Skip to content

Commit

Permalink
sto
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Nov 17, 2023
1 parent 879fc4f commit b6ac89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/features/settings/pages/dev/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ export class CoreSettingsDevPage implements OnInit {
async clearFileStorage(): Promise<void> {
await CoreFile.clearSitesFolder();
await CoreFile.clearTmpFolder();

CoreDomUtils.showToast('File storage cleared');
}

async setEnabledStagingSites(enabled: boolean): Promise<void> {
Expand Down

0 comments on commit b6ac89e

Please sign in to comment.