mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 03:25:09 +00:00
Various refactoring
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user