Various refactoring

This commit is contained in:
Geomitron
2020-03-03 21:48:41 -05:00
parent 442736205e
commit 4ebf2db650
34 changed files with 503 additions and 329 deletions

View File

@@ -26,7 +26,7 @@ export class SettingsComponent implements OnInit, AfterViewInit {
}
})
}
async clearCache() {
this.cacheSize = 'Please wait...'
await this.settingsService.clearCache()
@@ -46,7 +46,7 @@ export class SettingsComponent implements OnInit, AfterViewInit {
}
}
async openLibraryDirectory() {
openLibraryDirectory() {
this.electronService.openFolder(this.settingsService.libraryDirectory)
}