mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
fix(ui): library directory picker dialog double heading (#1867)
This commit is contained in:
@@ -64,7 +64,7 @@ export class DialogLauncherService {
|
||||
|
||||
openDirectoryPickerDialog(): DynamicDialogRef | null {
|
||||
return this.openDialog(DirectoryPickerComponent, {
|
||||
header: 'Select Media Directory',
|
||||
showHeader: false,
|
||||
styleClass: 'dynamic-dialog-minimal',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user